aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-1/+1
2018-06-28skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner1-1/+0
2018-06-27neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu1-1/+2
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller1-26/+79
2018-06-26net: Convert GRO SKB handling to list_head.David Miller2-42/+30
2018-06-22rhashtable: remove nulls_base and related code.NeilBrown1-2/+2
2018-06-20net: propagate dev_get_valid_name return codeLi RongQing1-2/+2
2018-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-17/+4
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-18/+7
2018-06-15xdp: Fix handling of devmap in generic XDPToshiaki Makita1-17/+4
2018-06-15neighbour: skip NTF_EXT_LEARNED entries during forced gcRoopa Prabhu1-4/+6
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook1-1/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+2
2018-06-12Revert "net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound sockets"Bart Van Assche1-14/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds16-520/+2784
2018-06-06Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-9/+9
2018-06-05rtnetlink: validate attributes in do_setlink()Eric Dumazet1-4/+4
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-12/+98
2018-06-05devlink: Add extack to reload and port_{un, }split operationsDavid Ahern1-8/+10
2018-06-05xdp: add MEM_TYPE_ZERO_COPYBjörn Töpel1-5/+14
2018-06-04net: do not allow changing SO_REUSEADDR/SO_REUSEPORT on bound socketsMaciej Żenczykowski1-1/+14
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-15/+4
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-19/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-04Revert "ipv6: omit traffic class when calculating flow hash"David S. Miller1-1/+1
2018-06-04ipv6: omit traffic class when calculating flow hashMichal Kubecek1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-96/+16
2018-06-03bpf: flowlabel in bpf_fib_lookup should be flowinfoDavid Ahern1-1/+1
2018-06-03bpf/xdp: non-map redirect can avoid calling ndo_xdp_flushJesper Dangaard Brouer1-2/+1
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-1/+1
2018-06-03bpf: make sure to clear unused fields in tunnel/xfrm state fetchDaniel Borkmann1-0/+6
2018-06-03bpf: add bpf_skb_cgroup_id helperDaniel Borkmann1-2/+27
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-06-01rtnetlink: Fix null-ptr-deref in rtnl_newlinkPrashant Bhole1-1/+1
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-05-31rtnetlink: Remove VLA usageKees Cook1-2/+16
2018-05-30bpf: Change bpf_fib_lookup to return -EAFNOSUPPORT for unsupported address familiesDavid Ahern1-2/+2
2018-05-29bpf: Verify flags in bpf_fib_lookupDavid Ahern1-0/+6
2018-05-29bpf: hide the unused 'off' variableYueHaibing1-0/+2
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing1-4/+0
2018-05-28net: Introduce generic failover moduleSridhar Samudrala2-0/+316
2018-05-28bpf: Hooks for sys_sendmsgAndrey Ignatov1-0/+39
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig1-9/+4
2018-05-26net: remove sock_no_pollChristoph Hellwig1-6/+0
2018-05-24net/ipv6: Udate fib6_table_lookup tracepointDavid Ahern1-4/+0
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-85/+507
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer1-4/+4
2018-05-24xdp: introduce xdp_return_frame_rx_napiJesper Dangaard Brouer1-4/+16