aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-12-28skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn1-3/+3
2017-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+3
2017-12-27skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn1-5/+9
2017-12-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-7/+12
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-5/+6
2017-12-21flow_dissector: Parse batman-adv unicast headersSven Eckelmann1-0/+57
2017-12-21skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn1-1/+2
2017-12-21skbuff: orphan frags before zerocopy cloneWillem de Bruijn1-2/+2
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-12-20net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert1-5/+11
2017-12-20xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert1-3/+2
2017-12-19net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan1-0/+18
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan2-0/+13
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang1-2/+45
2017-12-19sock: Change the netns_core member name.Tonghao Zhang1-5/+5
2017-12-19bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song1-2/+3
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2017-12-15sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn1-1/+5
2017-12-15xdp: linearize skb in netif_receive_generic_xdp()Song Liu1-1/+1
2017-12-13net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn1-1/+1
2017-12-13net: remove duplicate includesPravin Shedge1-1/+0
2017-12-11rtnetlink: fix typo in GSO max segmentsStephen Hemminger1-1/+1
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-12-08rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger1-0/+34
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend1-4/+5
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend1-4/+22
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend1-2/+3
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+38
2017-12-05flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman1-7/+5
2017-12-05Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg1-1/+1
2017-12-05rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal1-2/+3
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo1-0/+36
2017-12-04bpf: move bpf csum flag checkWilliam Tu1-3/+2
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal1-1/+0
2017-12-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-18/+41
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal1-25/+8
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal1-35/+78
2017-12-04net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal1-53/+101
2017-12-04bpf: allow disabling tunnel csum for ipv6William Tu1-2/+3
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-7/+22
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski2-11/+19
2017-11-30net/reuseport: drop legacy codePaolo Abeni1-1/+3
2017-11-30net: Remove dst->nextDavid Miller1-1/+0
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-1/+0
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller1-1/+0
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller2-9/+12
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller1-3/+5
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-14/+13