Ben Hutchings
|
c7c4b3b6e9
gro: Change all receive functions to return GRO result codes
|
15 years ago |
Ben Hutchings
|
5b252f0c2f
gro: Name the GRO result enumeration type
|
15 years ago |
Eric Dumazet
|
fb699dfd42
net: Introduce dev_get_by_index_rcu()
|
15 years ago |
Yi Zou
|
df5c79452f
net: Add ndo_fcoe_get_wwn to net_device_ops
|
15 years ago |
Eric Dumazet
|
9b5e383c11
net: Introduce unregister_netdevice_many()
|
15 years ago |
Eric Dumazet
|
44a0873d52
net: Introduce unregister_netdevice_queue()
|
15 years ago |
David S. Miller
|
7fe13c5733
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
15 years ago |
Wolfram Sang
|
d308e38fa5
include/linux/netdevice.h: fix nanodoc mismatch
|
15 years ago |
Stephen Hemminger
|
3295354322
dcb: data center bridging ops should be r/o
|
15 years ago |
Linus Torvalds
|
f205ce83a7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
|
15 years ago |
David Brownell
|
a4dbd6740d
driver model: constify attribute groups
|
16 years ago |
Moni Shoua
|
75c78500dd
bonding: remap muticast addresses without using dev_close() and dev_open()
|
16 years ago |
Marcel Holtmann
|
384912ed19
net: Add DEVTYPE support for Ethernet based devices
|
16 years ago |
Patrick McHardy
|
af356afa01
net_sched: reintroduce dev->qdisc for use by sch_api
|
16 years ago |
Yi Zou
|
cb45439977
net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_ops
|
16 years ago |
Stephen Hemminger
|
dc1f8bf68b
netdev: change transmit to limited range type
|
16 years ago |
Krishna Kumar
|
7b3d3e4fc6
netdevice: Consolidate to use existing macros where available.
|
16 years ago |
Yi Zou
|
bb2af4f54f
net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoE
|
16 years ago |
Florian Westphal
|
0e8635a8e1
net: remove NET_RX_BAD and NET_RX_CN* defines
|
16 years ago |
Jiri Pirko
|
31278e7147
net: group address list and its count
|
16 years ago |
David S. Miller
|
a5bd8a13e9
netdevice.h: Use frag list abstraction interfaces.
|
16 years ago |
Herbert Xu
|
278b2513f7
gso: Stop fraglists from escaping
|
16 years ago |
Jiri Pirko
|
ccffad25b5
net: convert unicast addr list
|
16 years ago |
Jiri Pirko
|
5d4e039b2c
bonding: allow bond in mode balance-alb to work properly in bridge -try4.3
|
16 years ago |
Jiri Pirko
|
385a154cac
net: correct a comment for the final #endif
|
16 years ago |
Eric Dumazet
|
1ce8e7b57b
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
|
16 years ago |
Herbert Xu
|
a5b1cf288d
gro: Avoid unnecessary comparison after skb_gro_header
|
16 years ago |
Herbert Xu
|
7489594cb2
gro: Optimise length comparison in skb_gro_header
|
16 years ago |
Herbert Xu
|
78d3fd0b7d
gro: Only use skb_gro_header for completely non-linear packets
|
16 years ago |
Herbert Xu
|
78a478d0ef
gro: Inline skb_gro_header and cache frag0 virtual address
|
16 years ago |