summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds-4/+9
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing-2/+2
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-17/+4
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-18/+7
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita-17/+4
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu-4/+6
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook-1/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+2
2018-06-12Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche-14/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-520/+2784
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-9/+9
2018-06-05rtnetlink: validate attributes in do_setlink()Eric Dumazet-4/+4
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-12/+98
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern-8/+10
2018-06-05xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel-5/+14
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski-1/+14
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-15/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-19/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek-1/+1
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller-1/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-96/+16
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern-1/+1
2018-06-03bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer-2/+1
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer-1/+1
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann-0/+6
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann-2/+27
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2018-06-01rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole-1/+1
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck-3/+3
2018-05-31rtnetlink: Remove VLA usageKees Cook-2/+16
2018-05-30bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address fa...David Ahern-2/+2
2018-05-29bpf: Verify flags in bpf_fib_lookupDavid Ahern-0/+6
2018-05-29bpf: hide the unused 'off' variableYueHaibing-0/+2
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing-4/+0
2018-05-28net: Introduce generic failover moduleSridhar Samudrala-0/+316
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov-0/+39
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig-9/+4
2018-05-26net: remove sock_no_pollChristoph Hellwig-6/+0
2018-05-24net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern-4/+0
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-85/+507
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer-4/+4
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer-4/+16
2018-05-24xdp: add tracepoint for devmap like cpumap haveJesper Dangaard Brouer-1/+1
2018-05-24bpf: devmap introduce dev_map_enqueueJesper Dangaard Brouer-13/+2
2018-05-24ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux-0/+25
2018-05-24bpf: Split lwt inout verifier structuresMathieu Xhonneux-31/+52
2018-05-24bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux-23/+262