aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2024-02-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/axxiaBruce Ashfield
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-09-09Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/axxiaBruce Ashfield
2022-09-09Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/axxiaBruce Ashfield
2022-04-15netdevice: add the case if dev is NULLYajun Deng
2022-02-08net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/axxiaBruce Ashfield
2022-01-25Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/axxiaBruce Ashfield
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-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/axxiaBruce Ashfield
2021-06-10Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/axxiaBruce Ashfield
2021-03-17net: Introduce parse_protocol header_ops callbackMaxim Mikityanskiy
2021-02-23net: watchdog: hold device global xmit lock during tx disableEdwin Peer
2020-07-08net: Fix redefinition of dev_recursion_levelDaniel Dragomir
2020-07-06Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
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-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2020-03-11Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
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-05-08Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-04-27failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-03-21Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/baseBruce Ashfield
2019-02-06ipvlan, l3mdev: fix broken l3s mode wrt local routesDaniel Borkmann
2018-11-28net: Have __napi_schedule_irqoff() disable interrupts on RTSteven Rostedt
2018-11-28net: move xmit_recursion to per-task variable on -RTSebastian Andrzej Siewior
2018-11-28net: Use skbufhead with raw lockThomas Gleixner
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