summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-11-04Merge tag 'mac80211-for-john-2014-11-04' of git://git.kernel.org/pub/scm/linu...John W. Linville
2014-11-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2014-11-03gre6: Move the setting of dev->iflink into the ndo_init functions.Steffen Klassert
2014-11-03sit: Use ipip6_tunnel_init as the ndo_init function.Steffen Klassert
2014-11-03vti6: Use vti6_dev_init as the ndo_init function.Steffen Klassert
2014-11-03ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function.Steffen Klassert
2014-11-03netfilter: nft_reject_bridge: Fix powerpc build errorGuenter Roeck
2014-11-03mac80211: fix use-after-free in defragmentationJohannes Berg
2014-11-02irda: stop calling sk_prot->disconnect() on connection failureLinus Torvalds
2014-10-31libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov
2014-10-31net: ethtool: Return -EOPNOTSUPP if user space tries to read EEPROM with lengh 0Guenter Roeck
2014-10-31mpls: Allow mpls_gso to be built as modulePravin B Shelar
2014-10-31mpls: Fix mpls_gso handler.Pravin B Shelar
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-31netfilter: nft_reject_bridge: restrict reject to prerouting and inputPablo Neira Ayuso
2014-10-31netfilter: nft_reject_bridge: don't use IP stack to reject trafficPablo Neira Ayuso
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso
2014-10-31netfilter: nf_tables_bridge: update hook_mask to allow {pre,post}routingPablo Neira Ayuso
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-10-30ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari
2014-10-30mac80211: properly flush delayed scan work on interface removalJohannes Berg
2014-10-30libceph: use memalloc flags for net IOMike Christie
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov
2014-10-29ipv6: notify userspace when we added or changed an ipv6 tokenLubomir Rintel
2014-10-29sch_pie: schedule the timer after all init succeedWANG Cong
2014-10-29mac80211: schedule the actual switch of the station before CSA count 0Luciano Coelho
2014-10-29mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho
2014-10-29mac80211: flush keys for AP mode on ieee80211_do_stopFelix Fietkau
2014-10-28Merge tag 'master-2014-10-27' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-10-28net: dsa: Error out on tagging protocol mismatchesAndrew Lunn
2014-10-28ipvs: Avoid null-pointer deref in debug codeAlex Gartrell
2014-10-27bpf: split eBPF out of NETAlexei Starovoitov
2014-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-27netfilter: nft_compat: fix wrong target lookup in nft_target_select_ops()Arturo Borrero
2014-10-27Merge tag 'mac80211-for-john-2014-10-23' of git://git.kernel.org/pub/scm/linu...John W. Linville
2014-10-26net: napi_reuse_skb() should check pfmemallocEric Dumazet
2014-10-25tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-10-24netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin
2014-10-24netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal
2014-10-24netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal
2014-10-24bridge: Do not compile options in br_parse_ip_optionsHerbert Xu
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla
2014-10-22xfrm6: fix a potential use after free in xfrm6_policy.cLi RongQing
2014-10-22net: tso: fix unaligned access to crafted TCP header in helper APIKarl Beldan
2014-10-22netfilter: nf_tables: check for NULL in nf_tables_newchain pcpu stats allocationSabrina Dubroca
2014-10-22netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter