summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | act_ife: only acquire tcf_lock for existing actionsWANG Cong2016-06-231-24/+31
| * | esp: Fix ESN generation under UDP encapsulationHerbert Xu2016-06-231-20/+32
| * | tipc: unclone unbundled buffers before forwardingJon Paul Maloy2016-06-222-11/+6Star
| * | kcm: fix /proc memory leakJiri Slaby2016-06-221-0/+1
| * | net: rds: fix coding style issuesJoshua Houghton2016-06-198-28/+29
| * | AX.25: Close socket connection on session completionBasil Gunn2016-06-194-4/+12
| * | RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UPSowmini Varadhan2016-06-181-1/+1
| * | tipc: fix socket timer deadlockJon Paul Maloy2016-06-181-12/+42
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-185-18/+16Star
| |\ \
| | * | netfilter: nf_tables: fix a wrong check to skip the inactive rulesLiping Zhang2016-06-151-1/+1
| | * | netfilter: nf_tables: fix wrong destroy anonymous sets if binding failsLiping Zhang2016-06-151-6/+1Star
| | * | 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
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-1051-155/+348
|\ \ \ \ | |/ / / |/| | |
| * | | packet: compat support for sock_fprogWillem de Bruijn2016-06-102-2/+40
| * | | Merge tag 'mac80211-for-davem-2016-06-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-06-092-4/+23
| |\ \ \ | | | |/ | | |/|
| | * | wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti2016-06-091-2/+23
| | * | cfg80211: remove get/set antenna and tx power warningsJohannes Berg2016-06-091-2/+0Star
| * | | qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-091-2/+4
| * | | ip6gre: Allow live link address changeShweta Choudaha2016-06-091-0/+3