summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-3/+3
|\
| * skbuff: in skb_copy_ubufs unclone before releasing zerocopyWillem de Bruijn2017-12-281-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-271-2/+3
|\ \
| * | bpf: make function xdp_do_generic_redirect_map() staticXiongwei Song2017-12-191-2/+3
* | | skbuff: in skb_segment, call zerocopy functions once per nskbWillem de Bruijn2017-12-271-5/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-7/+12
|\ \ \
| * | | net: Add asynchronous callbacks for xfrm on layer 2.Steffen Klassert2017-12-201-5/+11
| * | | xfrm: Separate ESP handling from segmentation for GRO packets.Steffen Klassert2017-12-201-3/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-223-5/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | skbuff: skb_copy_ubufs must release uarg even without user fragsWillem de Bruijn2017-12-211-1/+2
| * | | skbuff: orphan frags before zerocopy cloneWillem de Bruijn2017-12-211-2/+2
| * | | net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-181-1/+1
| |\ \ \
| | * | | xdp: linearize skb in netif_receive_generic_xdp()Song Liu2017-12-151-1/+1
* | | | | flow_dissector: Parse batman-adv unicast headersSven Eckelmann2017-12-211-0/+57
| |_|/ / |/| | |
* | | | net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan2017-12-191-0/+18
* | | | net: Introduce NETIF_F_GRO_HW.Michael Chan2017-12-192-0/+13
* | | | sock: Move the socket inuse to namespace.Tonghao Zhang2017-12-191-2/+45
* | | | sock: Change the netns_core member name.Tonghao Zhang2017-12-191-5/+5
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-162-2/+5
|\| |
| * | sock: free skb in skb_complete_tx_timestamp on errorWillem de Bruijn2017-12-151-1/+5
| |/
| * net: remove duplicate includesPravin Shedge2017-12-131-1/+0
* | net: avoid skb_warn_bad_offload on IS_ERRWillem de Bruijn2017-12-131-1/+1
* | rtnetlink: fix typo in GSO max segmentsStephen Hemminger2017-12-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-091-1/+1
|\|
| * Revert "net: core: maybe return -EEXIST in __dev_alloc_name"Johannes Berg2017-12-051-1/+1
* | rtnetlink: allow GSO maximums to be set on device creationStephen Hemminger2017-12-081-0/+34
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2017-12-081-4/+5
* | net: sched: allow qdiscs to handle lockingJohn Fastabend2017-12-081-4/+22
* | net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2017-12-081-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-081-3/+38
|\ \
| * | bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-051-0/+36
| * | bpf: move bpf csum flag checkWilliam Tu2017-12-041-3/+2
* | | flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman2017-12-051-7/+5
* | | rtnetlink: fix rtnl_link msghandler rcu annotationsFlorian Westphal2017-12-051-2/+3
|/ /
* | rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-041-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-042-18/+41
|\ \
| * | net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-7/+22
| * | net: xdp: avoid output parameters when querying XDP progJakub Kicinski2017-12-032-11/+19
* | | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-25/+8
* | | rtnetlink: get reference on module before invoking handlersFlorian Westphal2017-12-041-35/+78
* | | net: rtnetlink: use rcu to free rtnl message handlersFlorian Westphal2017-12-041-53/+101
* | | bpf: allow disabling tunnel csum for ipv6William Tu2017-12-041-2/+3
|/ /
* | net/reuseport: drop legacy codePaolo Abeni2017-11-301-1/+3
* | net: Remove dst->nextDavid Miller2017-11-301-1/+0
* | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-301-1/+0
* | ipv6: Move dst->from into struct rt6_info.David Miller2017-11-301-1/+0
* | xfrm: Move child route linkage into xfrm_dst.David Miller2017-11-302-9/+12
* | net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-3/+5
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-253-14/+13
|\