aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2023-11-20net: add DEV_STATS_READ() helperEric Dumazet
2023-10-25dev_forward_skb: do not scrub skb mark within the same name spaceNicolas Dichtel
2023-10-10net: add atomic_long_t to net_device_stats fieldsEric Dumazet
2023-08-11net: create netdev->dev_addr assignment helpersJakub Kicinski
2023-06-21Remove DECnet support from kernelStephen Hemminger
2023-06-14rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet
2023-03-22net: tunnels: annotate lockless accesses to dev->needed_headroomEric Dumazet
2022-04-15netdevice: add the case if dev is NULLYajun Deng
2022-02-08net: fix information leakage in /proc/net/ptypeCongyu Liu
2021-12-08net: annotate data-races on txq->xmit_lock_ownerEric Dumazet
2021-09-03net: don't unconditionally copy_from_user a struct ifreq for socket ioctlsPeter Collingbourne
2021-03-17net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy
2021-02-23net: watchdog: hold device global xmit lock during tx disableEdwin Peer
2020-06-30net: core: reduce recursion limit valueTaehee Yoo
2020-06-30net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal
2020-06-30net: place xmit recursion in softnet dataFlorian Westphal
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet
2020-01-09net: core: limit nested device depthTaehee Yoo
2019-12-21inet: protect against too small mtu values.Eric Dumazet
2019-12-05net: dev: Use unsigned integer as an argument to left-shiftAndy Shevchenko
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