summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-11-20mac80211: ensure we don't update tx power on a non-running sdataEmmanuel Grumbach1-1/+2
2015-11-17mac80211: mesh: fix call_rcu() usageJohannes Berg1-4/+4
2015-11-17mac80211: don't advertise NL80211_FEATURE_FULL_AP_CLIENT_STATEJohannes Berg1-2/+1
2015-11-16ipvs: use skb_to_full_sk() helperEric Dumazet1-8/+8
2015-11-16tcp: ensure proper barriers in lockless contextsEric Dumazet5-23/+37
2015-11-16sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-11-16packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-11-16packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-11-16packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-11-16packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-11-16packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-11-16ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-11-16ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-11-16ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-11-15af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa1-0/+18
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-99/+123
2015-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-163/+288
2015-11-11netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso2-10/+44
2015-11-11netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann1-3/+3
2015-11-11netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann1-1/+1
2015-11-10Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich1-4/+9
2015-11-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-10net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-11-10Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-394/+1083
2015-11-10remove abs64()Andrew Morton1-1/+1
2015-11-09netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham1-1/+1
2015-11-09netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet1-16/+20
2015-11-09net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet1-46/+92
2015-11-09sched: cls_flow: use skb_to_full_sk() helperEric Dumazet1-4/+11
2015-11-09netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet1-2/+4
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-11/+13
2015-11-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds17-350/+339
2015-11-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-5/+5
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik1-4/+9
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik1-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik7-79/+64
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman6-11/+13
2015-11-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds10-45/+54
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2-2/+2
2015-11-05packet: race condition in packet_bindFrancesco Ruggeri1-31/+49
2015-11-05ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet1-3/+2
2015-11-05tcp: fix req->saved_syn raceEric Dumazet3-11/+14
2015-11-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-9/+28
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-30/+1
2015-11-05ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg1-1/+8
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg1-1/+1
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg1-1/+8
2015-11-05Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann1-6/+11
2015-11-05VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi1-1/+1