aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney
2009-12-01net: Implement for_each_netdev_reverse.Eric W. Biederman
2009-11-26veth: move loopback logic to common locationArnd Bergmann
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy
2009-11-10netdev: add netdev_continue_rcustephen hemminger
2009-11-04net: cleanup include/linuxEric Dumazet
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet
2009-11-01net: Introduce dev_get_by_name_rcu()Eric Dumazet
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet
2009-10-29net: Add ndo_fcoe_get_wwn to net_device_opsYi Zou
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-07include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang
2009-10-07dcb: data center bridging ops should be r/oStephen Hemminger
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-15driver model: constify attribute groupsDavid Brownell
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy
2009-09-01net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_opsYi Zou
2009-09-01netdev: change transmit to limited range typeStephen Hemminger
2009-08-30netdevice: Consolidate to use existing macros where available.Krishna Kumar
2009-08-14net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoEYi Zou
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal
2009-06-18net: group address list and its countJiri Pirko
2009-06-09netdevice.h: Use frag list abstraction interfaces.David S. Miller
2009-06-03gso: Stop fraglists from escapingHerbert Xu
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-29bonding: allow bond in mode balance-alb to work properly in bridge -try4.3Jiri Pirko
2009-05-27net: correct a comment for the final #endifJiri Pirko
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu
2009-05-25net: txq_trans_update() helperEric Dumazet
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov
2009-05-18net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet
2009-05-17net: tx scalability works : trans_startEric Dumazet
2009-05-06net: Add missing rculist.h include to netdevice.hDavid S. Miller
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller