summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann2015-11-161-2/+3
* ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+2
* ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau2015-11-151-1/+10
* ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau2015-11-151-1/+7
* af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa2015-11-151-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-1212-99/+123
|\
| * netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso2015-11-102-10/+44
| * netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann2015-11-101-3/+3
| * netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann2015-11-101-1/+1
| * netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham2015-11-091-1/+1
| * netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+9
| * netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik2015-11-071-1/+1
| * netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-077-79/+64Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-1123-163/+288
|\ \
| * | Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich2015-11-101-4/+9
| * | net: fix a race in dst_release()Eric Dumazet2015-11-101-1/+1
| * | netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet2015-11-091-16/+20
| * | net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet2015-11-091-46/+92
| * | sched: cls_flow: use skb_to_full_sk() helperEric Dumazet2015-11-091-4/+11
| * | netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet2015-11-091-2/+4
| |/
| * tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet2015-11-052-2/+2
| * packet: race condition in packet_bindFrancesco Ruggeri2015-11-051-31/+49
| * ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet2015-11-051-3/+2Star
| * tcp: fix req->saved_syn raceEric Dumazet2015-11-053-11/+14
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-11-052-9/+28
| |\
| | * Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg2015-11-051-1/+8
| | * Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg2015-11-051-1/+1
| | * Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg2015-11-051-1/+8
| | * Bluetooth: Check for supported white list before issuing commandsMarcel Holtmann2015-11-051-6/+11
| * | ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca2015-11-051-0/+1
| * | VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi2015-11-051-1/+1
| * | net/core: ensure features get disabled on new lower devsJarod Wilson2015-11-051-3/+4
| |/
| * net: Fix prefsrc lookupsDavid Ahern2015-11-051-3/+10
| * ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2015-11-052-23/+34
| * ipv4: disable BH when changing ip local port rangeWANG Cong2015-11-051-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-11-053-4/+6
| |\
| | * netfilter: nfnetlink: don't probe module if it existsFlorian Westphal2015-10-281-1/+1
| | * netfilter: nf_nat_redirect: add missing NULL pointer checkMunehisa Kamata2015-10-271-1/+1
| | * netfilter: xt_TEE: fix NULL dereferenceEric Dumazet2015-10-221-2/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-11-101-1/+1
|\ \ \
| * | | remove abs64()Andrew Morton2015-11-101-1/+1
* | | | Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-11-1013-394/+1083
|\ \ \ \ | |/ / / |/| | |
| * | | Sunrpc: Supports hexadecimal number for sysctl files of sunrpc debugKinglong Mee2015-11-031-11/+12
| * | | SUNRPC: fix variable typeAndrzej Hajda2015-11-031-1/+1
| * | | Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust2015-11-0214-317/+923
| |\ \ \
| | * | | NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever2015-11-024-0/+35
| | * | | SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever2015-11-021-5/+0Star
| | * | | svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2015-11-022-0/+64
| | * | | xprtrdma: Handle incoming backward direction RPC callsChuck Lever2015-11-023-0/+161
| | * | | xprtrdma: Add support for sending backward direction RPC repliesChuck Lever2015-11-023-0/+51