Age | Commit message (Expand) | Author | Files | Lines |
2018-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -7/+14 |
2018-06-05 | net: added netdevice operation for Tx | Magnus Karlsson | 1 | -0/+2 |
2018-06-05 | net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEM | Björn Töpel | 1 | -0/+8 |
2018-06-05 | net: remove net_device operation ndo_xdp_flush | Jesper Dangaard Brouer | 1 | -4/+0 |
2018-06-03 | xdp: add flags argument to ndo_xdp_xmit API | Jesper Dangaard Brouer | 1 | -3/+4 |
2018-05-29 | net: sched: mq: add simple offload notification | Jakub Kicinski | 1 | -0/+1 |
2018-05-29 | net: Introduce generic failover module | Sridhar Samudrala | 1 | -0/+16 |
2018-05-25 | net: include hash policy in LAG changeupper info | John Hurley | 1 | -0/+11 |
2018-05-25 | xdp: change ndo_xdp_xmit API to support bulking | Jesper Dangaard Brouer | 1 | -5/+9 |
2018-05-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+1 |
2018-05-04 | dev: packet: make packet_direct_xmit a common function | Magnus Karlsson | 1 | -0/+1 |
2018-05-01 | net: core: Inline netdev_features_size_check() | Florian Fainelli | 1 | -6/+0 |
2018-05-01 | net: Add TLS offload netdev ops | Ilya Lesokhin | 1 | -0/+24 |
2018-04-30 | net: core: Assert the size of netdev_featres_t | Florian Fainelli | 1 | -0/+6 |
2018-04-30 | net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hash | Alexander Duyck | 1 | -13/+0 |
2018-04-26 | udp: add gso support to virtual devices | Willem de Bruijn | 1 | -0/+1 |
2018-04-17 | xdp: transition into using xdp_frame for ndo_xdp_xmit | Jesper Dangaard Brouer | 1 | -2/+2 |
2018-03-30 | sfp/phylink: move module EEPROM ethtool access into netdev core ethtool | Russell King | 1 | -0/+3 |
2018-03-30 | net: Call add/kill vid ndo on vlan filter feature toggling | Gal Pressman | 1 | -0/+4 |
2018-03-26 | net: Drop NETDEV_UNREGISTER_FINAL | Kirill Tkhai | 1 | -1/+0 |
2018-03-26 | net: Make NETDEV_XXX commands enum { } | Kirill Tkhai | 1 | -33/+36 |
2018-03-13 | net: fix sysctl_fb_tunnels_only_for_init_net link error | Arnd Bergmann | 1 | -1/+3 |
2018-03-09 | net: introduce IFF_NO_RX_HANDLER | Paolo Abeni | 1 | -0/+3 |
2018-03-09 | net: do not create fallback tunnels for non-default namespaces | Eric Dumazet | 1 | -0/+7 |
2018-03-07 | net: unpollute priv_flags space | Paolo Abeni | 1 | -24/+8 |
2018-02-14 | net: Make atalk_ptr depend on ATALK or IRDA | David Ahern | 1 | -0/+2 |
2018-02-14 | net: Make ax25_ptr depend on CONFIG_AX25 | David Ahern | 1 | -0/+2 |
2018-02-14 | net: Make dn_ptr depend on CONFIG_DECNET | David Ahern | 1 | -0/+2 |
2018-02-01 | bpf: fix null pointer deref in bpf_prog_test_run_xdp | Daniel Borkmann | 1 | -0/+6 |
2018-01-29 | net: introduce helper dev_change_tx_queue_len() | Cong Wang | 1 | -0/+1 |
2018-01-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+1 |
2018-01-25 | dev_ioctl(): move copyin/copyout to callers | Al Viro | 1 | -1/+2 |
2018-01-25 | net: separate SIOCGIFCONF handling from dev_ioctl() | Al Viro | 1 | -1/+3 |
2018-01-23 | net: core: Fix kernel-doc for carrier_* attributes | Florian Fainelli | 1 | -2/+2 |
2018-01-22 | net: core: Expose number of link up/down transitions | David Decotigny | 1 | -2/+4 |
2018-01-18 | xfrm: Add ESN support for IPSec HW offload | Yossef Efraim | 1 | -0/+1 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+6 |
2018-01-15 | bpf: offload: add map offload infrastructure | Jakub Kicinski | 1 | -0/+6 |
2018-01-14 | net: sch: prio: Add offload ability to PRIO qdisc | Nogah Frankel | 1 | -0/+1 |
2018-01-10 | net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not set | Jesper Dangaard Brouer | 1 | -3/+0 |
2018-01-09 | net: No line break on netdev_WARN* formatting | Gal Pressman | 1 | -2/+2 |
2018-01-09 | net: Fix netdev_WARN_ONCE macro | Gal Pressman | 1 | -2/+2 |
2018-01-06 | xdp: generic XDP handling of xdp_rxq_info | Jesper Dangaard Brouer | 1 | -0/+2 |
2017-12-31 | bpf: offload: allow netdev to disappear while verifier is running | Jakub Kicinski | 1 | -2/+2 |
2017-12-21 | xfrm: wrap xfrmdev_ops with offload config | Shannon Nelson | 1 | -1/+1 |
2017-12-20 | net: Add asynchronous callbacks for xfrm on layer 2. | Steffen Klassert | 1 | -2/+4 |
2017-12-03 | net: xdp: report flags program was installed with on query | Jakub Kicinski | 1 | -0/+2 |
2017-12-03 | net: xdp: avoid output parameters when querying XDP prog | Jakub Kicinski | 1 | -1/+2 |
2017-11-23 | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 1 | -0/+1 |
2017-11-10 | net: fix incorrect comment with regard to VLAN packet handling | Girish Moodalbail | 1 | -8/+0 |