summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | netfilter: nf_tables: reject loops from set element jump to chainPablo Neira Ayuso2016-06-153-10/+11
| | | * | netfilter: nf_tables: fix wrong check of NFT_SET_MAP in nf_tables_bind_setLiping Zhang2016-06-151-1/+1
| | | * | netfilter: conntrack: destroy kmemcache on module removalFlorian Westphal2016-06-151-0/+2
| | * | | sit: correct IP protocol used in ipip6_errSimon Horman2016-06-171-2/+2
| | * | | bpf: fix matching of data/data_end in verifierAlexei Starovoitov2016-06-161-2/+14
| | * | | gre: fix error handlerEric Dumazet2016-06-163-14/+10Star
| | * | | tipc: eliminate uninitialized variable warningYing Xue2016-06-161-1/+2
| | * | | tipc: fix suspicious RCU usageYing Xue2016-06-161-1/+1
| | * | | htb: call qdisc_root with rcu read lock heldFlorian Westphal2016-06-151-0/+2
| | * | | net sched actions: bug fix dumping actions directly didnt produce NLMSG_DONEJamal Hadi Salim2016-06-151-1/+1
| | * | | act_ipt: fix a bind refcnt leakWANG Cong2016-06-151-2/+5
| | * | | net_sched: prio: insure proper transactional behaviorEric Dumazet2016-06-151-34/+23Star
| | |/ /
| | * | ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel2016-06-151-0/+4
| | * | ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel2016-06-151-3/+7
| | * | udp reuseport: fix packet of same flow hashed to different socketSu, Xuemin2016-06-142-112/+32Star
| | * | net_sched: fix pfifo_head_drop behavior vs backlogEric Dumazet2016-06-141-0/+4
| | * | ipv4: fix checksum annotation in udp4_csum_initHannes Frederic Sowa2016-06-141-2/+5
| | * | ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa2016-06-141-2/+5
| | * | ipv6: tcp: fix endianness annotation in tcp_v6_send_responseHannes Frederic Sowa2016-06-141-2/+2
| | * | ipv6: fix endianness error in icmpv6_errHannes Frederic Sowa2016-06-141-1/+1
| | * | net_sched: prio: properly report out of memory errorsEric Dumazet2016-06-131-20/+12Star
| | * | ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller2016-06-121-0/+2
| | * | net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks2016-06-111-1/+1
| | * | net: diag: add missing declarationsBen Dooks2016-06-111-6/+0Star
| | * | bridge: Fix incorrect re-injection of STP packetsIdo Schimmel2016-06-111-3/+12
| * | | Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-06-173-6/+28
| |\ \ \
| | * | | rpc: share one xps between all backchannelsJ. Bruce Fields2016-06-153-4/+17
| | * | | nfsd4/rpc: move backchannel create logic into rpc codeJ. Bruce Fields2016-06-151-2/+10
| | * | | SUNRPC: fix xprt leak on xps allocation failureJ. Bruce Fields2016-06-151-2/+3
| | |/ /
| * | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-06-171-3/+3
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'overlayfs-af_unix-fix' into overlayfs-linusMiklos Szeredi2016-06-121-3/+3
| | |\ \
| | | * | af_unix: fix hard linked sockets on overlayMiklos Szeredi2016-05-201-3/+3
* | | | | net_sched: netem: do not call qdisc_drop() with a NULL skbEric Dumazet2016-06-291-4/+8
* | | | | tipc: rename udp_port in struct udp_media_addrRichard Alpe2016-06-291-12/+12
* | | | | tipc: honor msg2addr return valueRichard Alpe2016-06-291-1/+4
* | | | | net: the space is required before the open parenthesis '('Wei Tang2016-06-291-4/+4
* | | | | caif: Remove unneeded header fileAmitoj Kaur Chawla2016-06-281-1/+0Star
* | | | | net: diag: Add support to filter on device indexDavid Ahern2016-06-281-0/+25
* | | | | Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/l...David S. Miller2016-06-272-21/+12Star
|\ \ \ \ \
| * | | | | can: only call can_stat_update with procfsArnd Bergmann2016-06-232-21/+12Star
* | | | | | tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-271-2/+1Star
* | | | | | Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-06-2620-1257/+797Star
|\ \ \ \ \ \
| * | | | | | rxrpc: Kill off the rxrpc_transport structDavid Howells2016-06-2211-451/+65Star
| * | | | | | rxrpc: Kill the client connection bundle conceptDavid Howells2016-06-228-480/+288Star
| * | | | | | rxrpc: Provide more refcount helper functionsDavid Howells2016-06-228-18/+26
| * | | | | | rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells2016-06-223-24/+31
| * | | | | | rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells2016-06-221-8/+11
| * | | | | | rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells2016-06-221-0/+5
| * | | | | | rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells2016-06-226-152/+196
| * | | | | | rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells2016-06-221-8/+8