Commit Graph

344 Commits (99bcf217183e02ebae46373896fba7f12d588001)

Author SHA1 Message Date
Arnd Bergmann 445409602c veth: move loopback logic to common location 15 years ago
Eric Dumazet e014debecd linkwatch: linkwatch_forget_dev() to speedup device dismantle 15 years ago
Eric Dumazet d83345adf9 net: add dev_txq_stats_fold() helper 15 years ago
Jarek Poplawski 9a1654ba0b net: Optimize hard_start_xmit() return checking 15 years ago
Eric Dumazet ce81b76a39 ipv6: use RCU to walk list of network devices 15 years ago
Patrick McHardy 572a9d7b6f net: allow to propagate errors through ->ndo_hard_start_xmit() 15 years ago
stephen hemminger 254245d233 netdev: add netdev_continue_rcu 15 years ago
Eric Dumazet d94d9fee9f net: cleanup include/linux 15 years ago
Eric Dumazet c6d14c8456 net: Introduce for_each_netdev_rcu() iterator 15 years ago
Eric Dumazet 72c9528bab net: Introduce dev_get_by_name_rcu() 15 years ago
Eric W. Biederman 0c509a6c93 net: Allow devices to specify a device specific sysfs group. 15 years ago
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
Wolfram Sang d308e38fa5 include/linux/netdevice.h: fix nanodoc mismatch 16 years ago
Stephen Hemminger 3295354322 dcb: data center bridging ops should be r/o 16 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
Eric Dumazet 08baf56108 net: txq_trans_update() helper 16 years ago
Alexander Beregalov e3804cbebb net: remove COMPAT_NET_DEV_OPS 16 years ago
Eric Dumazet 7004bf252c net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue 16 years ago
Eric Dumazet 9d21493b4b net: tx scalability works : trans_start 16 years ago
David S. Miller 4d5b78c055 net: Add missing rculist.h include to netdevice.h 16 years ago
Jiri Pirko f001fde5ea net: introduce a list of device addresses dev_addr_list (v6) 16 years ago
Eric Dumazet 6a321cb370 net: netif_tx_queue_stopped too expensive 16 years ago
Jesse Brandeburg 8dc92f7e2e sctp: add feature bit for SCTP offload in hardware 16 years ago
Mike Rapoport 37b607c5ac net: Fix typo in net_device_ops description. 16 years ago
Herbert Xu 36e7b1b8da gro: Fix COMPLETE checksum handling 16 years ago
Herbert Xu edbd9e3030 gro: Fix handling of headers that extend over the tail 16 years ago