aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso1-5/+5
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso1-11/+11
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso1-8/+8
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso1-4/+4
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni1-1/+1
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni1-8/+9
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller4-53/+392
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann1-0/+45
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann1-11/+225
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann1-4/+2
2018-05-03bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann1-9/+9
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson1-0/+38
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel2-19/+33
2018-05-03xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel1-3/+20
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel1-3/+12
2018-05-03net: initial AF_XDP skeletonBjörn Töpel1-4/+8
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli1-1/+2
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang1-0/+5
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin1-0/+1
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin1-0/+4
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin1-4/+5
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli1-0/+1
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck1-6/+4
2018-04-27net: Fix coccinelle warningKirill Tkhai1-1/+1
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli1-18/+21
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli1-30/+8
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+51
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov1-1/+3
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn1-0/+1
2018-04-26udp: add udp gsoWillem de Bruijn1-0/+2
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-04-25net: rules: Move l3mdev attribute validation to a helperDavid Ahern1-10/+24
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu1-1/+7
2018-04-25bpf: clear the ip_tunnel_info.William Tu1-0/+1
2018-04-24bpf: add helper for getting xfrm statesEyal Birger1-0/+48
2018-04-23net: fib_rules: fix l3mdev netlink attr processingRoopa Prabhu1-0/+2
2018-04-23net: fib_rules: add extack supportRoopa Prabhu1-13/+42
2018-04-23fib_rules: move common handling of newrule delrule msgs into fib_nl2ruleRoopa Prabhu1-244/+192
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+28
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-11/+40
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet1-0/+14
2018-04-19net: change the comment of dev_mc_initsunlianwen1-1/+1
2018-04-19bpf: reserve xdp_frame size in xdp headroomJesper Dangaard Brouer1-9/+3
2018-04-18hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger1-0/+1
2018-04-18bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov1-1/+9
2018-04-18bpf: adding bpf_xdp_adjust_tail helperNikita V. Shirokov1-1/+28
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern1-0/+1
2018-04-17net: Handle null dst in rtnl_put_cacheinfoDavid Ahern1-3/+5
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita1-1/+1