summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+23
* 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/+32
* 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/+12
* 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/+0
* bridge: Fix incorrect re-injection of STP packetsIdo Schimmel2016-06-111-3/+12
* 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/+0
| * | qfq: don't leak skb if kzalloc failsFlorian Westphal2016-06-091-2/+4
| * | ip6gre: Allow live link address changeShweta Choudaha2016-06-091-0/+3
| * | net: cls_u32: be more strict about skip-sw flag for knodesJakub Kicinski2016-06-091-18/+19
| * | net: cls_u32: catch all hardware offload errorsJakub Kicinski2016-06-091-1/+7
| * | net_sched: add missing paddattr descriptionEric Dumazet2016-06-081-0/+2
| * | ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2016-06-081-8/+3
| * | l2tp: fix configuration passed to setup_udp_tunnel_sock()Guillaume Nault2016-06-081-1/+1
| * | net-sysfs: fix missing <linux/of_net.h>Ben Dooks2016-06-081-0/+1
| * | bridge: Don't insert unnecessary local fdb entry on changing mac addressToshiaki Makita2016-06-081-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-06-083-6/+8
| |\ \
| | * | ipvs: update real-server binding of outgoing connections in SIP-peMarco Angaroni2016-06-062-4/+6
| | * | netfilter: x_tables: don't reject valid target size on some architecturesFlorian Westphal2016-06-021-2/+2
| * | | tcp: record TLP and ER timer stats in v6 statsYuchung Cheng2016-06-081-1/+3
| * | | net: sched: fix tc_should_offload for specific clsact classesDaniel Borkmann2016-06-083-7/+19
| * | | act_police: fix a crash during removalWANG Cong2016-06-081-22/+11
| * | | fq_codel: return non zero qlen in class dumpsEric Dumazet2016-06-081-1/+1
| * | | net: cls_u32: be more strict about skip-sw flagJakub Kicinski2016-06-081-10/+11
| * | | net: cls_u32: fix error code for invalid flagsJakub Kicinski2016-06-081-1/+1
| * | | rxrpc: fix ptr_ret.cocci warningsWu Fengguang2016-06-081-3/+1
| * | | RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()Sowmini Varadhan2016-06-085-8/+27
| * | | RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...Sowmini Varadhan2016-06-082-0/+2
| * | | RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safelySowmini Varadhan2016-06-083-12/+67
| * | | fq_codel: fix NET_XMIT_CN behaviorEric Dumazet2016-06-071-6/+18
| * | | net_sched: keep backlog updated with qlenWANG Cong2016-06-071-0/+2
| * | | soreuseport: add compat case for setsockopt SO_ATTACH_REUSEPORT_CBPFHelge Deller2016-06-071-1/+2
| * | | sch_tbf: update backlog as wellWANG Cong2016-06-041-0/+4