Commit Graph

198 Commits (c91add5fa68ea9b1f2923b3788c5dae0e60e1f6b)

Author SHA1 Message Date
Randy Dunlap ad1d967c88 net: delete excess kernel-doc notation 16 years ago
Herbert Xu b63365a2d6 net: Fix disjunct computation of netdev features 17 years ago
Alan Cox 113aa838ec net: Rationalise email address: Network Specific Parts 17 years ago
Lennert Buytenhek 396138f03f dsa: add support for Trailer tagging format 17 years ago
Lennert Buytenhek cf85d08fdf dsa: add support for original DSA tagging format 17 years ago
Lennert Buytenhek 91da11f870 net: Distributed Switch Architecture protocol support 17 years ago
Stephen Hemminger cf04a4c764 netdev: use const for some name functions 17 years ago
Stephen Hemminger 0b815a1a6d net: network device name ifalias support 17 years ago
David S. Miller cc6533e98a net: Kill plain NET_XMIT_BYPASS. 17 years ago
Jarek Poplawski 378a2f090f net_sched: Add qdisc __NET_XMIT_STOLEN flag 17 years ago
David S. Miller c3f26a269c netdev: Fix lockdep warnings in multiqueue configurations. 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
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 e2627c8c22 pkt_sched: Make QDISC_RUNNING a qdisc state. 17 years ago
David S. Miller d3b753db7c pkt_sched: Move gso_skb into Qdisc. 17 years ago
David S. Miller 92831bc395 netdev: Kill plain netif_schedule() 17 years ago
David S. Miller eae792b722 netdev: Add netdev->select_queue() method. 17 years ago
David S. Miller e3c50d5d25 netdev: netdev_priv() can now be sane again. 17 years ago
David S. Miller 6b0fb1261a netdev: Kill struct net_device_subqueue and netdev->egress_subqueue* 17 years ago
David S. Miller fd2ea0a79f net: Use queue aware tests throughout. 17 years ago
David S. Miller 09e83b5d7d netdev: Kill NETIF_F_MULTI_QUEUE. 17 years ago
David S. Miller e8a0464cc9 netdev: Allocate multiple queues for TX. 17 years ago
David S. Miller e308a5d806 netdev: Add netdev->addr_list_lock protection. 17 years ago
David S. Miller f1f28aa351 netdev: Add addr_list_lock to struct net_device. 17 years ago
Patrick McHardy bc1d0411b8 vlan: deliver packets received with VLAN acceleration to network taps 17 years ago
Alexander Duyck d815653404 net: add netif_napi_del function to allow for removal of napistructs 17 years ago
David S. Miller 79d16385c7 netdev: Move atomic queue state bits into netdev_queue. 17 years ago
David S. Miller b19fa1fa91 net: Delete NETDEVICES_MULTIQUEUE kconfig option. 17 years ago
David S. Miller c773e847ea netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. 17 years ago
David S. Miller 86d804e10a netdev: Make netif_schedule() routines work with netdev_queue objects. 17 years ago
David S. Miller 970565bbad netdev: Move gso_skb into netdev_queue. 17 years ago
David S. Miller ee609cb362 netdev: Move next_sched into struct netdev_queue. 17 years ago
David S. Miller 816f3258e7 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. 17 years ago
David S. Miller b0e1e6462d netdev: Move rest of qdisc state into struct netdev_queue 17 years ago
David S. Miller 555353cfa1 netdev: The ingress_lock member is no longer needed. 17 years ago
David S. Miller dc2b48475a netdev: Move queue_lock into struct netdev_queue. 17 years ago
David S. Miller bb949fbd18 netdev: Create netdev_queue abstraction. 17 years ago
Patrick McHardy eca9ebac65 net: Add GARP applicant-only participant 17 years ago
Adrian Bunk c88e6f51c2 include/linux/netdevice.h: don't export MAX_HEADER to userspace 17 years ago
Ben Hutchings 0187bdfb05 net: Disable LRO on devices that are forwarding 17 years ago
Wang Chen dad9b335c6 netdevice: Fix promiscuity and allmulti overflow 17 years ago
Wang Chen 9d45abe1c2 netdevice: change net_device->promiscuity/allmulti to unsigned int 17 years ago
Jay Vosburgh b8a9787edd bonding: Allow setting max_bonds to zero 17 years ago
Or Gerlitz c1da4ac752 net/core: add NETDEV_BONDING_FAILOVER event 17 years ago
Patrick McHardy 289c79a4bd vlan: Use bitmask of feature flags instead of seperate feature bits 17 years ago
Patrick McHardy 5fb1357054 [VLAN]: Propagate selected feature bits to VLAN devices 17 years ago