aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-16tipc: fix race condition at topology server receiveGravatar Jon Maloy 3-46/+51
2018-01-16devlink: Add relation between dpipe and resourceGravatar Arkadi Sharshevsky 1-0/+37
2018-01-16devlink: Add support for reloadGravatar Arkadi Sharshevsky 1-0/+47
2018-01-16devlink: Add support for resource abstractionGravatar Arkadi Sharshevsky 1-0/+374
2018-01-16devlink: Add per devlink instance lockGravatar Arkadi Sharshevsky 1-59/+77
2018-01-15Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...Gravatar David S. Miller 4-15/+17
2018-01-15ipv6: Fix build with gcc-4.4.5Gravatar Ido Schimmel 1-2/+6
2018-01-15tipc: fix bug during lookup of multicast destination nodesGravatar Jon Maloy 3-8/+4
2018-01-15net: Convert atomic_t net::count to refcount_tGravatar Kirill Tkhai 4-10/+10
2018-01-15sctp: removed unused var from sctp_make_authGravatar Marcelo Ricardo Leitner 1-2/+1
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Gravatar Jon Maloy 1-0/+1
2018-01-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...Gravatar David S. Miller 1-2/+1
2018-01-14net: sch: prio: Add offload ability to PRIO qdiscGravatar Nogah Frankel 1-0/+59
2018-01-12net: Cap number of queues even with accel_privGravatar Alexander Duyck 1-2/+1
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 14-45/+96
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 1-5/+4
2018-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+3
2018-01-10Fix a leak in socket(2) when we fail to allocate a file descriptor.Gravatar Al Viro 1-1/+3
2018-01-10net: sch: red: Change offloaded xstats to be incrementalGravatar Nogah Frankel 1-16/+8
2018-01-10ipv6: sr: fix TLVs not being copied using setsockoptGravatar Mathieu Xhonneux 1-0/+9
2018-01-10ipv6: fix possible mem leaks in ipv6_make_skb()Gravatar Eric Dumazet 1-2/+3
2018-01-10tcp: make local function tcp_recv_timestamp staticGravatar Wei Yongjun 1-2/+2
2018-01-108021q: fix a memory leak for VLAN 0 deviceGravatar Cong Wang 1-6/+1
2018-01-10ipv6: Add support for non-equal-cost multipathGravatar Ido Schimmel 1-4/+7
2018-01-10ipv6: Use hash-threshold instead of modulo-NGravatar Ido Schimmel 1-23/+13
2018-01-10ipv6: Use a 31-bit multipath hashGravatar Ido Schimmel 1-2/+2
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsGravatar Ido Schimmel 2-6/+98
2018-01-10caif_usb: use strlcpy() instead of strncpy()Gravatar Xiongfeng Wang 1-3/+1
2018-01-10Merge tag 'mlx5-updates-2018-01-08' of git://git.kernel.org/pub/scm/linux/ker...Gravatar David S. Miller 1-1/+9
2018-01-10sctp: make use of pre-calculated lenGravatar Marcelo Ricardo Leitner 1-6/+10
2018-01-10sctp: add a ceiling to optlen in some sockoptsGravatar Marcelo Ricardo Leitner 1-0/+10
2018-01-10sctp: GFP_ATOMIC is not needed in sctp_setsockopt_eventsGravatar Marcelo Ricardo Leitner 1-1/+1
2018-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-4/+17
2018-01-10net: free RX queue structuresGravatar Jakub Kicinski 1-4/+3
2018-01-10net: use the right variant of kfreeGravatar Jakub Kicinski 1-1/+1
2018-01-09bpf: introduce BPF_JIT_ALWAYS_ON configGravatar Alexei Starovoitov 3-4/+17
2018-01-09tipc: improve poll() for group member socketGravatar Jon Maloy 3-33/+41
2018-01-09tipc: improve groupcast scope handlingGravatar Jon Maloy 8-71/+96
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsGravatar Jon Maloy 6-15/+21
2018-01-09tipc: send out join messages as soon as new member is discoveredGravatar Jon Maloy 4-42/+68
2018-01-09tipc: simplify group LEAVE sequenceGravatar Jon Maloy 1-31/+9
2018-01-09tipc: create group member event messages when they are neededGravatar Jon Maloy 3-44/+56
2018-01-09tipc: adjustment to group member FSMGravatar Jon Maloy 1-3/+2
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimGravatar Jon Maloy 1-12/+22
2018-01-09tipc: a couple of cleanupsGravatar Jon Maloy 1-14/+8
2018-01-09ipv6: remove null_entry before adding default routeGravatar Wei Wang 1-9/+29
2018-01-09net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Gravatar Nicolai Stange 1-1/+3
2018-01-09ethtool: Ensure new ring parameters are within bounds during SRINGPARAMGravatar Eugenia Emantayev 1-2/+11
2018-01-09net: caif: use strlcpy() instead of strncpy()Gravatar Xiongfeng Wang 3-11/+8
2018-01-09ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableGravatar Colin Ian King 1-1/+1