Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
113aa838ec3a235d883f8357d31d90e16c47fc89
/
include
/
linux
/
netdevice.h
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
396138f
dsa: add support for Trailer tagging format
by Lennert Buytenhek
· 16 years ago
cf85d08
dsa: add support for original DSA tagging format
by Lennert Buytenhek
· 16 years ago
91da11f
net: Distributed Switch Architecture protocol support
by Lennert Buytenhek
· 16 years ago
cf04a4c7
netdev: use const for some name functions
by Stephen Hemminger
· 16 years ago
0b815a1
net: network device name ifalias support
by Stephen Hemminger
· 16 years ago
cc6533e
net: Kill plain NET_XMIT_BYPASS.
by David S. Miller
· 16 years ago
378a2f0
net_sched: Add qdisc __NET_XMIT_STOLEN flag
by Jarek Poplawski
· 16 years ago
c3f26a2
netdev: Fix lockdep warnings in multiqueue configurations.
by David S. Miller
· 16 years ago
d29f749
net: Fix build failure with 'make mandocs'.
by Dave Jones
· 16 years ago
6579e57
net: Print the module name as part of the watchdog message
by Arjan van de Ven
· 16 years ago
3072367
pkt_sched: Manage qdisc list inside of root qdisc.
by David S. Miller
· 16 years ago
8387400
pkt_sched: Kill netdev_queue lock.
by David S. Miller
· 16 years ago
ead81cc
netdevice: Move qdisc_list back into net_device proper.
by David S. Miller
· 16 years ago
37437bb
pkt_sched: Schedule qdiscs instead of netdev_queue.
by David S. Miller
· 16 years ago
e2627c8
pkt_sched: Make QDISC_RUNNING a qdisc state.
by David S. Miller
· 16 years ago
d3b753d
pkt_sched: Move gso_skb into Qdisc.
by David S. Miller
· 16 years ago
92831bc
netdev: Kill plain netif_schedule()
by David S. Miller
· 16 years ago
eae792b
netdev: Add netdev->select_queue() method.
by David S. Miller
· 16 years ago
e3c50d5
netdev: netdev_priv() can now be sane again.
by David S. Miller
· 16 years ago
6b0fb12
netdev: Kill struct net_device_subqueue and netdev->egress_subqueue*
by David S. Miller
· 16 years ago
fd2ea0a
net: Use queue aware tests throughout.
by David S. Miller
· 16 years ago
09e83b5
netdev: Kill NETIF_F_MULTI_QUEUE.
by David S. Miller
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
e308a5d
netdev: Add netdev->addr_list_lock protection.
by David S. Miller
· 16 years ago
f1f28aa
netdev: Add addr_list_lock to struct net_device.
by David S. Miller
· 16 years ago
bc1d041
vlan: deliver packets received with VLAN acceleration to network taps
by Patrick McHardy
· 16 years ago
d815653
net: add netif_napi_del function to allow for removal of napistructs
by Alexander Duyck
· 16 years ago
79d1638
netdev: Move atomic queue state bits into netdev_queue.
by David S. Miller
· 16 years ago
b19fa1f
net: Delete NETDEVICES_MULTIQUEUE kconfig option.
by David S. Miller
· 16 years ago
c773e84
netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue.
by David S. Miller
· 16 years ago
86d804e
netdev: Make netif_schedule() routines work with netdev_queue objects.
by David S. Miller
· 16 years ago
970565b
netdev: Move gso_skb into netdev_queue.
by David S. Miller
· 16 years ago
ee609cb
netdev: Move next_sched into struct netdev_queue.
by David S. Miller
· 16 years ago
816f325
netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 16 years ago
555353c
netdev: The ingress_lock member is no longer needed.
by David S. Miller
· 16 years ago
dc2b484
netdev: Move queue_lock into struct netdev_queue.
by David S. Miller
· 16 years ago
bb949fb
netdev: Create netdev_queue abstraction.
by David S. Miller
· 16 years ago
eca9eba
net: Add GARP applicant-only participant
by Patrick McHardy
· 16 years ago
1b63ba8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
c88e6f5
include/linux/netdevice.h: don't export MAX_HEADER to userspace
by Adrian Bunk
· 16 years ago
0187bdf
net: Disable LRO on devices that are forwarding
by Ben Hutchings
· 16 years ago
dad9b33
netdevice: Fix promiscuity and allmulti overflow
by Wang Chen
· 16 years ago
5bbc172
Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by David S. Miller
· 16 years ago
9d45abe
netdevice: change net_device->promiscuity/allmulti to unsigned int
by Wang Chen
· 16 years ago
b8a9787
bonding: Allow setting max_bonds to zero
by Jay Vosburgh
· 16 years ago
c1da4ac
net/core: add NETDEV_BONDING_FAILOVER event
by Or Gerlitz
· 16 years ago
289c79a
vlan: Use bitmask of feature flags instead of seperate feature bits
by Patrick McHardy
· 16 years ago
5fb1357
[VLAN]: Propagate selected feature bits to VLAN devices
by Patrick McHardy
· 16 years ago
f5184d2
net: Allow netdevices to specify needed head/tailroom
by Johannes Berg
· 16 years ago
8388e3d
net: Set LL_MAX_HEADER properly for wireless.
by David S. Miller
· 16 years ago
4951704
syncppp: Fix crashes.
by David S. Miller
· 16 years ago
f3005d7
[NETNS]: Add netns refcnt debug for network devices.
by Denis V. Lunev
· 17 years ago
a4aa834
[NETNS]: Declare init_net even without CONFIG_NET defined.
by Denis V. Lunev
· 17 years ago
e1ec1b8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
3edf8fa
[NET]: Fix allnoconfig build on powerpc and avr32
by David S. Miller
· 17 years ago
0ef4730
net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better
by Matti Linnanvuori
· 17 years ago
1567ca7
[NET]: Protect device namespace inlines with CONFIG_NET
by David S. Miller
· 17 years ago
8e8e438
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
50fd440
[NET]: Use local_irq_{save,restore}() in napi_complete().
by David S. Miller
· 17 years ago
f5aa23f
[NETNS]: Compilation warnings under CONFIG_NET_NS.
by Denis V. Lunev
· 17 years ago
9c2f574
[NETNS]: Compilation fix for include/linux/netdevice.h.
by Denis V. Lunev
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
82cc1a7
[NET]: Add per-connection option to set max TSO frame size
by Peter P Waskiewicz Jr
· 17 years ago
f6866fe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
b3c9752
include/linux: Remove all users of FASTCALL() macro
by Harvey Harrison
· 17 years ago
d5bd014
[NET]: Improve cache line coherency of ingress qdisc
by Neil Turton
· 17 years ago
e83a2ea
[VLAN]: set_rx_mode support for unicast address list
by Chris Leech
· 17 years ago
a0a4619
[NET]: Add NAPI_STATE_DISABLE.
by David S. Miller
· 17 years ago
bdb95b1
[NET]: Do not grab device reference when scheduling a NAPI poll.
by David S. Miller
· 17 years ago
3b582cc
[NET]: docbook fixes for netif_ functions
by Stephen Hemminger
· 17 years ago
43cc738
[NET] napi: use non-interruptible sleep in napi_disable
by Benjamin Herrenschmidt
· 17 years ago
bada339
[NET]: Validate device addr prior to interface-up
by Jeff Garzik
· 17 years ago
f1ecfd5
remove header_ops bug in qeth driver
by Ursula Braun
· 17 years ago
668f895
[NET]: Hide the queue_mapping field inside netif_subqueue_stopped
by Pavel Emelyanov
· 17 years ago
4fa4d23
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 17 years ago
1b83336
[NET]: Fix OOPS due to missing check in dev_parse_header().
by Patrick McHardy
· 17 years ago
c264c3d
napi_synchronize: waiting for NAPI
by Stephen Hemminger
· 17 years ago
c4ea43c
net core: fix kernel-doc for new function parameters
by Randy Dunlap
· 17 years ago
9ef4429
[NET]: Fix dev_put() and dev_hold() comments
by Benjamin Thery
· 17 years ago
bfe13f5
ibm_emac: Convert to use napi_struct independent of struct net_device
by Roland Dreier
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
b95cce3
[NET]: Wrap hard_header_parse
by Stephen Hemminger
· 17 years ago
0c4e858
[NET]: Wrap netdevice hardware header creation.
by Stephen Hemminger
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
e24eb52
[NET]: note that NETIF_F_LLTX is deprecated
by Christian Borntraeger
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
ad7379d
[NET]: Fix the prototype of call_netdevice_notifiers.
by Eric W. Biederman
· 17 years ago
22dd749
[NET]: migrate HARD_TX_LOCK to header file
by Jamal Hadi Salim
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
a050c33
[NETNS]: Fix bad macro definition.
by Daniel Lezcano
· 17 years ago
ce286d3
[NET]: Implement network device movement between namespaces
by Eric W. Biederman
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
4a1c537
[NET]: Add a network namespace tag to struct net_device
by Eric W. Biederman
· 17 years ago
3ae7c0b
[ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctls
by Jeff Garzik
· 17 years ago
bea3348
[NET]: Make NAPI polling independent of struct net_device objects.
by Stephen Hemminger
· 17 years ago
7f353bf
[NET]: Share correct feature code between bridging and bonding
by Herbert Xu
· 17 years ago
31ce72a
[NET]: Fix loopback crashes when multiqueue is enabled.
by Patrick McHardy
· 17 years ago
456ad75
[NET]: move dev_mc_discard from dev_mcast.c to dev.c
by Denis Cheng
· 17 years ago
Next »