aboutsummaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2018-05-10net: Update generic_xdp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update netstamp_needed static key to modern apiDavidlohr Bueso
2018-05-10net: Update [e/in]gress_needed static key to modern apiDavidlohr Bueso
2018-05-10net/sock: Update memalloc_socks static key to modern apiDavidlohr Bueso
2018-05-08flow_dissector: do not rely on implicit castsPaolo Abeni
2018-05-08net: core: rework basic flow dissection helperPaolo Abeni
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-03bpf: add skb_load_bytes_relative helperDaniel Borkmann
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann
2018-05-03bpf: migrate ebpf ld_abs/ld_ind tests to test_verifierDaniel Borkmann
2018-05-03bpf: prefix cbpf internal helpers with bpf_Daniel Borkmann
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-03xsk: wire up XDP_SKB side of AF_XDPBjörn Töpel
2018-05-03xsk: wire up XDP_DRV side of AF_XDPBjörn Töpel
2018-05-03xsk: add Rx receive functions and poll supportBjörn Töpel
2018-05-03net: initial AF_XDP skeletonBjörn Töpel
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli
2018-05-01ethtool: fix a potential missing-check bugWenwen Wang
2018-05-01net: Add TLS TX offload featuresIlya Lesokhin
2018-05-01net: Add Software fallback infrastructure for socket dependent offloadsIlya Lesokhin
2018-05-01net: Rename and export copy_skb_headerIlya Lesokhin
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck
2018-04-27net: Fix coccinelle warningKirill Tkhai
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli
2018-04-27net: Move PHY statistics code into PHY library helpersFlorian Fainelli
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-26bpf: fix xdp_generic for bpf_adjust_tail usecaseNikita V. Shirokov
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn
2018-04-26udp: add udp gsoWillem de Bruijn
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-25net: rules: Move l3mdev attribute validation to a helperDavid Ahern
2018-04-25neighbour: support for NTF_EXT_LEARNED flagRoopa Prabhu
2018-04-25bpf: clear the ip_tunnel_info.William Tu
2018-04-24bpf: add helper for getting xfrm statesEyal Birger
2018-04-23net: fib_rules: fix l3mdev netlink attr processingRoopa Prabhu
2018-04-23net: fib_rules: add extack supportRoopa Prabhu
2018-04-23fib_rules: move common handling of newrule delrule msgs into fib_nl2ruleRoopa Prabhu
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-04-19net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet
2018-04-19net: change the comment of dev_mc_initsunlianwen
2018-04-19bpf: reserve xdp_frame size in xdp headroomJesper Dangaard Brouer
2018-04-18hv_netvsc: propogate Hyper-V friendly name into interface aliasStephen Hemminger
2018-04-18bpf: make generic xdp compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-18bpf: adding bpf_xdp_adjust_tail helperNikita V. Shirokov
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern
2018-04-17net: Handle null dst in rtnl_put_cacheinfoDavid Ahern
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita