index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
2024-03-15
net: move definition of pcpu_lstats to header file
Li RongQing
2023-11-20
net: add DEV_STATS_READ() helper
Eric Dumazet
2023-10-25
dev_forward_skb: do not scrub skb mark within the same name space
Nicolas Dichtel
2023-10-10
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
2023-08-11
net: create netdev->dev_addr assignment helpers
Jakub Kicinski
2023-06-21
Remove DECnet support from kernel
Stephen Hemminger
2023-06-14
rfs: annotate lockless accesses to RFS sock flow table
Eric Dumazet
2023-03-22
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2022-04-15
netdevice: add the case if dev is NULL
Yajun Deng
2022-02-08
net: fix information leakage in /proc/net/ptype
Congyu Liu
2021-12-08
net: annotate data-races on txq->xmit_lock_owner
Eric Dumazet
2021-09-03
net: don't unconditionally copy_from_user a struct ifreq for socket ioctls
Peter Collingbourne
2021-03-17
net: Introduce parse_protocol header_ops callback
Maxim Mikityanskiy
2021-02-23
net: watchdog: hold device global xmit lock during tx disable
Edwin Peer
2020-06-30
net: core: reduce recursion limit value
Taehee Yoo
2020-06-30
net: use correct this_cpu primitive in dev_recursion_level
Florian Westphal
2020-06-30
net: place xmit recursion in softnet data
Florian Westphal
2020-01-29
net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()
Eric Dumazet
2020-01-09
net: core: limit nested device depth
Taehee Yoo
2019-12-21
inet: protect against too small mtu values.
Eric Dumazet
2019-12-05
net: dev: Use unsigned integer as an argument to left-shift
Andy Shevchenko
2019-04-27
failover: allow name change on IFF_UP slave interfaces
Si-Wei Liu
2019-02-06
ipvlan, l3mdev: fix broken l3s mode wrt local routes
Daniel Borkmann
2018-10-10
net: ipv4: update fnhe_pmtu when first hop's MTU changes
Sabrina Dubroca
2018-09-26
net: core: add member wol_enabled to struct net_device
Heiner Kallweit
2018-08-10
net: Provide stub for __netif_set_xps_queue if there is no CONFIG_XPS
Krzysztof Kozlowski
2018-07-31
xsk: don't allow umem replace at stack level
Jakub Kicinski
2018-07-31
net: update real_num_rx_queues even when !CONFIG_SYSFS
Jakub Kicinski
2018-07-29
net: report invalid mtu value via netlink extack
Stephen Hemminger
2018-07-16
net: convert gro_count to bitmask
Li RongQing
2018-07-16
net: Add TLS rx resync NDO
Boris Pismenny
2018-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-07-13
xdp: support simultaneous driver and hw XDP attachment
Jakub Kicinski
2018-07-13
xdp: don't make drivers report attachment mode
Jakub Kicinski
2018-07-09
net: allow fallback function to pass netdev
Alexander Duyck
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
2018-07-09
net: Add generic ndo_select_queue functions
Alexander Duyck
2018-07-09
net: Add support for subordinate traffic classes to netdev_pick_tx
Alexander Duyck
2018-07-09
net: Add support for subordinate device traffic classes
Alexander Duyck
2018-07-05
net: limit each hash list length to MAX_GRO_SKBS
Li RongQing
2018-07-04
net/sched: Introduce the ETF Qdisc
Vinicius Costa Gomes
2018-07-04
net: ipv4: listified version of ip_rcv
Edward Cree
2018-07-04
net: core: trivial netif_receive_skb_list() entry point
Edward Cree
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
2018-07-02
net: Refactor XPS for CPUs and Rx queues
Amritha Nambiar
2018-06-26
net: Convert NAPI gro list into a small hash table.
David Miller
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-06-05
net: added netdevice operation for Tx
Magnus Karlsson
[next]