aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-10net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPSKrzysztof Kozlowski1-0/+7
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski1-3/+4
2018-07-31net: update real_num_rx_queues even when !CONFIG_SYSFSJakub Kicinski1-1/+2
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger1-0/+2
2018-07-16net: convert gro_count to bitmaskLi RongQing1-2/+7
2018-07-16net: Add TLS rx resync NDOBoris Pismenny1-0/+2
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-8/+4
2018-07-13xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski1-3/+4
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-5/+0
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-1/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-4/+7
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck1-0/+4
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-2/+2
2018-07-09net: Add support for subordinate device traffic classesAlexander Duyck1-1/+15
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-1/+6
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes1-0/+1
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree1-0/+3
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree1-0/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+20
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-0/+20
2018-07-02net: Refactor XPS for CPUs and Rx queuesAmritha Nambiar1-3/+95
2018-06-26net: Convert NAPI gro list into a small hash table.David Miller1-1/+2
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-16/+16
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-7/+14
2018-06-05net: added netdevice operation for TxMagnus Karlsson1-0/+2
2018-06-05net: xdp: added bpf_netdev_command XDP_{QUERY, SETUP}_XSK_UMEMBjörn Töpel1-0/+8
2018-06-05net: remove net_device operation ndo_xdp_flushJesper Dangaard Brouer1-4/+0
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer1-3/+4
2018-05-29net: sched: mq: add simple offload notificationJakub Kicinski1-0/+1
2018-05-28net: Introduce generic failover moduleSridhar Samudrala1-0/+16
2018-05-24net: include hash policy in LAG changeupper infoJohn Hurley1-0/+11
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer1-5/+9
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+1
2018-05-03dev: packet: make packet_direct_xmit a common functionMagnus Karlsson1-0/+1
2018-05-01net: core: Inline netdev_features_size_check()Florian Fainelli1-6/+0
2018-05-01net: Add TLS offload netdev opsIlya Lesokhin1-0/+24
2018-04-29net: core: Assert the size of netdev_featres_tFlorian Fainelli1-0/+6
2018-04-29net: Revoke export for __skb_tx_hash, update it to just be static skb_tx_hashAlexander Duyck1-13/+0
2018-04-26udp: add gso support to virtual devicesWillem de Bruijn1-0/+1
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer1-2/+2
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-0/+3
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman1-0/+4
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai1-1/+0
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai1-33/+36
2018-03-13net: fix sysctl_fb_tunnels_only_for_init_net link errorArnd Bergmann1-1/+3
2018-03-09net: introduce IFF_NO_RX_HANDLERPaolo Abeni1-0/+3
2018-03-09net: do not create fallback tunnels for non-default namespacesEric Dumazet1-0/+7
2018-03-07net: unpollute priv_flags spacePaolo Abeni1-24/+8
2018-02-14net: Make atalk_ptr depend on ATALK or IRDADavid Ahern1-0/+2
2018-02-14net: Make ax25_ptr depend on CONFIG_AX25David Ahern1-0/+2