aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)AuthorFilesLines
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-27net: annotate ->poll() instancesAl Viro2-3/+3
2017-11-27annotate poll-related wait keysAl Viro1-3/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-14/+13
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-7/+11
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-1/+2
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook3-14/+13
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski1-0/+7
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski1-5/+2