Eric Dumazet
|
39980292fd
ifb: add performance flags
|
14 년 전 |
Eric Dumazet
|
1a75972c61
ifb: use netif_receive_skb() instead of netif_rx()
|
14 년 전 |
Eric Dumazet
|
7edc3453e5
ifb: fix a lockdep splat
|
14 년 전 |
Changli Gao
|
957fca95e3
ifb: use the lockless variants of skb_queue
|
14 년 전 |
Changli Gao
|
c6350362cb
ifb: remove unused macro TX_TIMEOUT
|
14 년 전 |
Changli Gao
|
e1f9150502
ifb: remove the useless debug stats
|
14 년 전 |
Changli Gao
|
75c1c82566
ifb: goto resched directly if error happens and dp->tq isn't empty
|
14 년 전 |
Eric Dumazet
|
1ae5dc342a
net: trans_start cleanups
|
15 년 전 |
Eric Dumazet
|
8964be4a9a
net: rename skb->iif to skb->skb_iif
|
15 년 전 |
Eric Dumazet
|
05e8689c9a
ifb: RCU locking avoids touching dev refcount
|
15 년 전 |
Eric Dumazet
|
db51914424
ifb: should not use __dev_get_by_index() without locks
|
15 년 전 |
Stephen Hemminger
|
424efe9caf
netdev: convert pseudo drivers to netdev_tx_t
|
16 년 전 |
Patrick McHardy
|
ec634fe328
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
|
16 년 전 |
Eric Dumazet
|
93f154b594
net: release dst entry in dev_hard_start_xmit()
|
16 년 전 |
Stephen Hemminger
|
008298231a
netdev: add more functions to netdevice ops
|
16 년 전 |
Stephen Hemminger
|
8dfcdf342d
ifb: convert to net_device_ops
|
16 년 전 |
David S. Miller
|
c3f26a269c
netdev: Fix lockdep warnings in multiqueue configurations.
|
17 년 전 |
David S. Miller
|
8387400092
pkt_sched: Kill netdev_queue lock.
|
17 년 전 |
David S. Miller
|
e8a0464cc9
netdev: Allocate multiple queues for TX.
|
17 년 전 |
David S. Miller
|
555353cfa1
netdev: The ingress_lock member is no longer needed.
|
17 년 전 |
David S. Miller
|
dc2b48475a
netdev: Move queue_lock into struct netdev_queue.
|
17 년 전 |
Jarek Poplawski
|
94833dfb8c
[NET] ifb: set separate lockdep classes for queue locks
|
17 년 전 |
Jeff Garzik
|
09f75cd7bf
[NET] drivers/net: statistics cleanup #1 -- save memory and shrink code
|
17 년 전 |
Ralf Baechle
|
10d024c1b2
[NET]: Nuke SET_MODULE_OWNER macro.
|
18 년 전 |
Eric W. Biederman
|
881d966b48
[NET]: Make the device list and device lookups per namespace.
|
18 년 전 |
Patrick McHardy
|
0e06877c6f
[RTNETLINK]: rtnl_link: allow specifying initial device address
|
18 년 전 |
Patrick McHardy
|
2d85cba2b2
[RTNETLINK]: rtnl_link API simplification
|
18 년 전 |
Patrick McHardy
|
9ba2cd6560
[IFB]: Use rtnl_link API
|
18 년 전 |
Patrick McHardy
|
62b7ffcaaa
[IFB]: Keep ifb devices on list
|
18 년 전 |
Patrick McHardy
|
c01003c205
[IFB]: Fix crash on input device removal
|
18 년 전 |