summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2018-07-16net: convert gro_count to bitmaskLi RongQing
2018-07-16net: Add TLS rx resync NDOBoris Pismenny
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller
2018-06-26net: Convert GRO SKB handling to list_head.David Miller
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05net: added netdevice operation for TxMagnus Karlsson
2018-06-05net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEMBjörn Töpel
2018-06-05net: remove net_device operation ndo_xdp_flushJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-05-29net: sched: mq: add simple offload notificationJakub Kicinski
2018-05-28net: Introduce generic failover moduleSridhar Samudrala
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli
2018-05-01net: Add TLS offload netdev opsIlya 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-26udp: add gso support to virtual devicesWillem de Bruijn
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai
2018-03-13net: fix sysctl_fb_tunnels_only_for_init_net link errorArnd Bergmann
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet
2018-03-07net: unpollute priv_flags spacePaolo Abeni
2018-02-14net: Make atalk_ptr depend on ATALK or IRDADavid Ahern
2018-02-14net: Make ax25_ptr depend on CONFIG_AX25David Ahern
2018-02-14net: Make dn_ptr depend on CONFIG_DECNETDavid Ahern
2018-02-01bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann
2018-01-29net: introduce helper dev_change_tx_queue_len()Cong Wang
2018-01-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller