Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
544473c1664f3a688be949ac078bdee6f4afeef1
/
include
/
linux
/
netdevice.h
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
2e27afb
Revert "[NET]: Fix races in net_rx_action vs netpoll."
by Linus Torvalds
· 17 years ago
b863ceb
[NET]: Add macvlan driver
by Patrick McHardy
· 17 years ago
a0a400d
[NET]: dev_mcast: add multicast list synchronization helpers
by Patrick McHardy
· 17 years ago
2402345
[NET]: Add net_device change_rx_mode callback
by Patrick McHardy
· 17 years ago
2957862
[NET]: Fix races in net_rx_action vs netpoll.
by Olaf Kirch
· 17 years ago
61cbc2f
[NET]: Fix secondary unicast/multicast address count maintenance
by Patrick McHardy
· 17 years ago
f25f4e4
[CORE] Stack changes to add multiqueue hardware support API
by Peter P Waskiewicz Jr
· 17 years ago
4417da6
[NET]: dev: secondary unicast address support
by Patrick McHardy
· 17 years ago
3fba5a8
[NET]: dev_mcast: switch to generic net_device address lists
by Patrick McHardy
· 17 years ago
bf74248
[NET]: dev: introduce generic net_device address lists
by Patrick McHardy
· 17 years ago
d212f87
[NET]: IPV6 checksum offloading in network devices
by Stephen Hemminger
· 17 years ago
38f7b87
[RTNETLINK]: Link creation API
by Patrick McHardy
· 17 years ago
6472ce6
[NET]: Mark struct net_device * argument to netdev_priv const
by Patrick McHardy
· 17 years ago
b0ba666
[NET] napi: Call __netif_rx_complete in netif_rx_complete
by Herbert Xu
· 18 years ago
572a103
[NET] link_watch: Move link watch list into net_device
by Herbert Xu
· 18 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
4e9cac2
[NET]: Add __dev_getfirstbyhwtype
by Patrick McHardy
· 18 years ago
5a1b589
[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.
by Rusty Russell
· 18 years ago
5f286e1
[NETPOLL]: Fix TX queue overflow in trapped mode.
by Sergei Shtylyov
· 18 years ago
b86e028
[WEXT] net_device: Don't include wext bits if not required.
by Johannes Berg
· 18 years ago
704232c
[WIRELESS] cfg80211: New wireless config infrastructure.
by Johannes Berg
· 18 years ago
c45d286
[NET]: Inline net_device_stats
by Rusty Russell
· 18 years ago
22f8cde
[NET]: unregister_netdevice as void
by Stephen Hemminger
· 18 years ago
43cb76d
Network: convert network devices to use struct device instead of class_device
by Greg Kroah-Hartman
· 23 years ago
e44c39bd
[NET]: Add memory barrrier to netif_poll_enable()
by David S. Miller
· 18 years ago
f049098
[NET]: Force a cache line split in hh_cache in SMP.
by Eric Dumazet
· 18 years ago
3644f0c
[NET]: Convert hh_lock to seqlock.
by Stephen Hemminger
· 18 years ago
d7fe0f2
[PATCH] severing skbuff.h -> mm.h
by Al Viro
· 18 years ago
d5c42c0
[NET]: Pack struct hh_cache
by Arnaldo Carvalho de Melo
· 18 years ago
b9df3cb
[TCP/DCCP]: Introduce net_xmit_eval
by Gerrit Renker
· 18 years ago
90833aa
[NET]: The scheduled removal of the frame diverter.
by Adrian Bunk
· 18 years ago
e81c7359
[NET]: Fix MAX_HEADER setting.
by David S. Miller
· 18 years ago
d77072e
[NET]: Annotate dst_ops protocol
by Al Viro
· 18 years ago
b0df3bd
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into tmp
by Jeff Garzik
· 18 years ago
f5b2b96
[PATCH] bonding: Validate probe replies in ARP monitor
by Jay Vosburgh
· 18 years ago
baef186
[PATCH] WE-21 support (core API)
by John W. Linville
· 18 years ago
a319a27
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
76fd859
[PATCH] ethtool: allow const ethtool_ops
by Stephen Hemminger
· 18 years ago
78eb887
[BRIDGE]: Disable SG/GSO if TX checksum is off
by Herbert Xu
· 18 years ago
7ea49ed
[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.
by David S. Miller
· 18 years ago
53c4b2c
[NET]: Fix reversed error test in netif_tx_trylock
by Herbert Xu
· 18 years ago
a430a43
[NET] gso: Fix up GSO packets with broken checksums
by Herbert Xu
· 18 years ago
89114af
[NET] gso: Add skb_is_gso
by Herbert Xu
· 18 years ago
f83ef8c
[IPV6]: Added GSO support for TCPv6
by Herbert Xu
· 18 years ago
bcd7611
[NET]: Generalise TSO-specific bits from skb_setup_caps
by Herbert Xu
· 18 years ago
b0da8537
[NET]: Add ECN support for TSO
by Michael Chan
· 18 years ago
d6b4991
[NET]: Fix logical error in skb_gso_ok
by Herbert Xu
· 18 years ago
576a30e
[NET]: Added GSO header verification
by Herbert Xu
· 18 years ago
6048126
[NET]: make net/core/dev.c:netdev_nit static
by Adrian Bunk
· 18 years ago
37c3185
[NET]: Added GSO toggle
by Herbert Xu
· 18 years ago
f6a78bf
[NET]: Add generic segmentation offload
by Herbert Xu
· 18 years ago
7967168
[NET]: Merge TSO/UFO fields in sk_buff
by Herbert Xu
· 18 years ago
a4cfae1
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
Next »