Commit Graph

1192 Commits (3a4e72cbf2ac4435630a2b03bd25e60ef5967e99)

Author SHA1 Message Date
Benjamin Thery f262b59bec net: fix scheduling of dst_gc_task by __dst_free 17 years ago
David S. Miller a40c24a133 net: Add SKB DMA mapping helper functions. 17 years ago
Herbert Xu e2a6b85247 net: Enable TSO if supported by at least one device 17 years ago
Jarek Poplawski e8a83e10d7 pkt_sched: Fix qdisc state in net_tx_action() 17 years ago
David S. Miller 195648bbc5 pkt_sched: Prevent livelock in TX queue running. 17 years ago
David S. Miller deb3abf15f Revert "pkt_sched: Protect gen estimators under est_lock." 17 years ago
David S. Miller 96d203169d pkt_sched: Fix missed RCU unlock in dev_queue_xmit() 17 years ago
Jarek Poplawski def82a1db1 net: Change handling of the __QDISC_STATE_SCHED flag in net_tx_action(). 17 years ago
David S. Miller a9312ae893 pkt_sched: Add 'deactivated' state. 17 years ago
Rusty Russell db543c1f97 net: skb_copy_datagram_from_iovec() 17 years ago
Herbert Xu 6f85a124d8 net: Preserve netfilter attributes in skb_gso_segment using __copy_skb_header 17 years ago
Jarek Poplawski d4766692e7 pkt_sched: Protect gen estimators under est_lock. 17 years ago
Andrew Gallatin 64c00d81b5 pktgen: prevent pktgen from using bad tx queue 17 years ago
Robert Olsson e6fce5b916 pktgen: multiqueue etc. 17 years ago
Joe Eykholt f982307f22 net/core: Allow receive on active slaves. 17 years ago
Joe Eykholt 0d7a368123 net/core: Allow certain receives on inactive slave. 17 years ago
Joe Eykholt cc9bd5cebc net/core: Uninline skb_bond(). 17 years ago
Robert Olsson ff2a79a5a9 pktgen: mac count 17 years ago
Robert Olsson 1211a64554 pktgen: random flow 17 years ago
Jarek Poplawski c27f339af9 net_sched: Add qdisc __NET_XMIT_BYPASS flag 17 years ago
Stephen Hemminger 6e583ce524 net: eliminate refcounting in backlog queue 17 years ago
Lennert Buytenhek e5a4a72d4f net: use software GSO for SG+CSUM capable netdevices 17 years ago
Chris Larson 745e203164 net: fix missing pneigh entries in the neighbor seq_file code 17 years ago
Chris Larson bff69732c9 net: in the first call to neigh_seq_next, call neigh_get_first, not neigh_get_idx. 17 years ago
David S. Miller 5fb662297b pkt_sched: Use qdisc_lock() on already sampled root qdisc. 17 years ago
David S. Miller c3f26a269c netdev: Fix lockdep warnings in multiqueue configurations. 17 years ago
David S. Miller 8d50b53d66 pkt_sched: Fix OOPS on ingress qdisc add. 17 years ago
Johannes Berg d0f0980414 mac80211: partially fix skb->cb use 17 years ago
Ilpo Järvinen 547b792cac net: convert BUG_TRAP to generic WARN_ON 17 years ago
Dave Young 717115e1a5 printk ratelimiting rewrite 17 years ago
Oliver Hartkopp b4942af650 net: Update entry in af_family_clock_key_strings 17 years ago
David S. Miller 5b3ab1dbd4 netdev: Remove warning from __netif_schedule(). 17 years ago
Maciej Sosnowski 16a37acaaf I/OAT: tcp_dma_copybreak default value dependent on I/OAT version 17 years ago
David S. Miller cf508b1211 netdev: Handle ->addr_list_lock just like ->_xmit_lock for lockdep. 17 years ago
Dave Jones d29f749e25 net: Fix build failure with 'make mandocs'. 17 years ago
Arjan van de Ven 6579e57b31 net: Print the module name as part of the watchdog message 17 years ago
Stephen Hemminger 7943986ca1 net: use kcalloc in netdev_queue alloc 17 years ago
Linus Torvalds 867d79fb9a net: In __netif_schedule() use WARN_ON instead of BUG_ON 17 years ago
David S. Miller b6b2fed1f4 net: Improve simple_tx_hash(). 17 years ago
Jussi Kivilinna 5f86173bdf net_sched: Add qdisc_enqueue wrapper 17 years ago
YOSHIFUJI Hideaki 230b183921 net: Use standard structures for generic socket address structures. 17 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
David S. Miller 3072367300 pkt_sched: Manage qdisc list inside of root qdisc. 17 years ago
David S. Miller 8387400092 pkt_sched: Kill netdev_queue lock. 17 years ago
David S. Miller ead81cc5fc netdevice: Move qdisc_list back into net_device proper. 17 years ago
David S. Miller 37437bb2e1 pkt_sched: Schedule qdiscs instead of netdev_queue. 17 years ago
David S. Miller 8f0f2223cc net: Implement simple sw TX hashing. 17 years ago
David S. Miller eae792b722 netdev: Add netdev->select_queue() method. 17 years ago
David S. Miller fd2ea0a79f net: Use queue aware tests throughout. 17 years ago
David S. Miller e8a0464cc9 netdev: Allocate multiple queues for TX. 17 years ago