summaryrefslogtreecommitdiff
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'bpf-next/master'Stephen Rothwell2018-05-101-1/+8
|\
| * bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+8
* | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2018-05-1013-368/+1405
|\ \ | |/
| * flow_dissector: do not rely on implicit castsPaolo Abeni2018-05-081-1/+1
| * net: core: rework basic flow dissection helperPaolo Abeni2018-05-081-8/+9
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-074-53/+392
| |\
| | * bpf: add skb_load_bytes_relative helperDaniel Borkmann2018-05-031-0/+45
| | * bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-031-11/+225
| | * bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann2018-05-031-4/+2
| | * bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann2018-05-031-9/+9
| | * dev: packet: make packet_direct_xmit a common functionMagnus Karlsson2018-05-031-0/+38
| | * xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2018-05-032-19/+33
| | * xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel2018-05-031-3/+20
| | * xsk: add Rx receive functions and poll supportBjörn Töpel2018-05-031-3/+12
| | * net: initial AF_XDP skeletonBjörn Töpel2018-05-031-4/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-0/+5
| |\ \
| * | | net: core: Inline netdev_features_size_check()Florian Fainelli2018-05-011-1/+2
| * | | net: Add TLS TX offload featuresIlya Lesokhin2018-05-011-0/+1
| * | | net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin2018-05-011-0/+4
| * | | net: Rename and export copy_skb_headerIlya Lesokhin2018-05-011-4/+5
| * | | net: core: Assert the size of netdev_featres_tFlorian Fainelli2018-04-291-0/+1
| * | | net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck2018-04-291-6/+4
| * | | net: Fix coccinelle warningKirill Tkhai2018-04-271-1/+1
| * | | net: Allow network devices to have PHY statisticsFlorian Fainelli2018-04-271-18/+21
| * | | net: Move PHY statistics code into PHY library helpersFlorian Fainelli2018-04-271-30/+8
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-262-1/+51
| |\ \
| | * | bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov2018-04-261-1/+3
| | * | bpf: add helper for getting xfrm statesEyal Birger2018-04-241-0/+48
| * | | udp: add gso support to virtual devicesWillem de Bruijn2018-04-261-0/+1
| * | | udp: add udp gsoWillem de Bruijn2018-04-261-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-0/+1
| |\ \ \
| * | | | net: rules: Move l3mdev attribute validation to a helperDavid Ahern2018-04-251-10/+24
| * | | | neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu2018-04-251-1/+7
| * | | | net: fib_rules: fix l3mdev netlink attr processingRoopa Prabhu2018-04-231-0/+2
| * | | | net: fib_rules: add extack supportRoopa Prabhu2018-04-231-13/+42
| * | | | fib_rules: move common handling of newrule delrule msgs into fib_nl2ruleRoopa Prabhu2018-04-231-244/+192
| | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-213-16/+28
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-212-11/+40
| |\ \ \ \
| | * | | | bpf: reserve xdp_frame size in xdp headroomJesper Dangaard Brouer2018-04-191-9/+3
| | * | | | bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+9
| | * | | | bpf: adding bpf_xdp_adjust_tail helperNikita V. Shirokov2018-04-181-1/+28
| * | | | | net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2018-04-191-0/+14
| * | | | | hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger2018-04-181-0/+1
| * | | | | net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-171-0/+1
| * | | | | net: Handle null dst in rtnl_put_cacheinfoDavid Ahern2018-04-171-3/+5
| |/ / / /
| * | | | xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer2018-04-171-0/+8
| * | | | xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-2/+15
| * | | | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-1/+3
| * | | | xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2018-04-171-12/+48
| * | | | page_pool: refurbish version of page_pool codeJesper Dangaard Brouer2018-04-172-0/+318