summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2018-10-10net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-09-26net: core: add member wol_enabled to struct net_deviceHeiner Kallweit
2018-08-10net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPSKrzysztof Kozlowski
2018-07-31xsk: don't allow umem replace at stack levelJakub Kicinski
2018-07-31net: update real_num_rx_queues even when !CONFIG_SYSFSJakub Kicinski
2018-07-29net: report invalid mtu value via netlink extackStephen Hemminger
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