index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
2017-11-18
tun: call dev_get_valid_name() before register_netdevice()
Cong Wang
2017-01-15
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
2017-01-15
net: Use more bit fields in napi_gro_cb
Tom Herbert
2015-10-27
if_link: Add an additional parameter to ifla_vf_info for RSS querying
Vlad Zolotarov
2015-04-27
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
2015-01-27
net: Generalize ndo_gso_check to ndo_features_check
Jesse Gross
2014-10-15
net: Add ndo_gso_check
Tom Herbert
2014-10-08
net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpers
Eric Dumazet
2014-10-07
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
2014-10-06
net: introduce netdevice gso_min_segs attribute
Eric Dumazet
2014-10-03
fou: eliminate IPv4,v6 specific GRO functions
Tom Herbert
2014-10-03
qdisc: validate skb without holding lock
Eric Dumazet
2014-09-26
net: Change netdev_<level> logging functions to return void
Joe Perches
2014-09-26
net: Remove gso_send_check as an offload callback
Tom Herbert
2014-09-19
fou: Add GRO support
Tom Herbert
2014-09-15
dsa: Split ops up, and avoid assigning tag_protocol and receive separately
Alexander Duyck
2014-09-13
netdevice: Support DSA tagging when DSA is built as a module
Alexander Duyck
2014-09-13
ipv6: drop useless rcu_read_lock() in anycast
WANG Cong
2014-09-13
net: qdisc: use rcu prefix and silence sparse warnings
John Fastabend
2014-09-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-09-05
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
2014-09-01
net: Infrastructure for checksum unnecessary conversions
Tom Herbert
2014-09-01
net: Support for csum_bad in skbuff
Tom Herbert
2014-09-01
net: Don't keep around original SKB when we software segment GSO frames.
David S. Miller
2014-09-01
net: Validate xmit SKBs right when we pull them out of the qdisc.
David S. Miller
2014-09-01
net: Pass a "more" indication down into netdev_start_xmit() code paths.
David S. Miller
2014-09-01
net: Do txq_trans_update() in netdev_start_xmit()
David S. Miller
2014-08-29
net: Allow GRO to use and set levels of checksum unnecessary
Tom Herbert
2014-08-29
net: add skb_get_tx_queue() helper
Daniel Borkmann
2014-08-27
net: dsa: allow switches to work without tagging
Florian Fainelli
2014-08-27
net: dsa: reduce number of protocol hooks
Florian Fainelli
2014-08-25
net: Remove ndo_xmit_flush netdev operation, use signalling instead.
David S. Miller
2014-08-24
net: Add ops->ndo_xmit_flush()
David S. Miller
2014-08-24
net: skb_gro_checksum_* functions
Tom Herbert
2014-08-22
bonding: create netlink event when bonding option is changed
Jiri Pirko
2014-07-31
net: kernel-doc compliant documentation for net_device
Karoly Kemeny
2014-07-20
net: print net_device reg_state in netdev_* unless it's registered
Veaceslav Falico
2014-07-20
net: use dev->name in netdev_pr* when it's available
Veaceslav Falico
2014-07-15
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2014-07-15
net: add name_assign_type netdev attribute
Tom Gundersen
2014-07-10
bridge: fdb dumping takes a filter device
Jamal Hadi Salim
2014-07-07
net: Call skb_get_hash in get_xps_queue and __skb_tx_hash
Tom Herbert
2014-06-15
net: Fix GSO constants to match NETIF flags
Tom Herbert
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-06-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-06-02
net: Add support for device specific address syncing
Alexander Duyck
2014-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2014-05-23
net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...
Sucheta Chakraborty
2014-05-22
vlan: more careful checksum features handling
Michal Kubeček
2014-05-16
bonding: Fix stacked device detection in arp monitoring
Vlad Yasevich
[next]