aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy1-0/+2
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy1-1/+6
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1
2010-02-26netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211John W. Linville1-1/+1
2010-02-12net: Add netdev ops for SR-IOV configurationWilliams, Mitch A1-0/+17
2010-02-12include/linux/netdevice.h: Add netif_printk helpersJoe Perches1-0/+53
2010-02-12netdevice.h: Add netdev_printk helpers like dev_printkJoe Perches1-0/+71
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr1-0/+3
2010-02-04net: use helpers to access mc list V2Jiri Pirko1-0/+6
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-0/+9
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-0/+5
2010-01-23netdev: remove certain HAVE_ macrosAlexey Dobriyan1-10/+0
2010-01-19net: Unexport napi_gro_flush().David S. Miller1-1/+0
2009-12-03netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney1-0/+3
2009-12-01net: Implement for_each_netdev_reverse.Eric W. Biederman1-0/+2
2009-11-26veth: move loopback logic to common locationArnd Bergmann1-0/+2
2009-11-18linkwatch: linkwatch_forget_dev() to speedup device dismantleEric Dumazet1-1/+2
2009-11-17net: add dev_txq_stats_fold() helperEric Dumazet1-0/+1
2009-11-15net: Optimize hard_start_xmit() return checkingJarek Poplawski1-12/+30
2009-11-13ipv6: use RCU to walk list of network devicesEric Dumazet1-0/+10
2009-11-13net: allow to propagate errors through ->ndo_hard_start_xmit()Patrick McHardy1-11/+32
2009-11-10netdev: add netdev_continue_rcustephen hemminger1-0/+2
2009-11-04net: cleanup include/linuxEric Dumazet1-19/+11
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-0/+2
2009-11-01net: Introduce dev_get_by_name_rcu()Eric Dumazet1-0/+1
2009-10-30net: Allow devices to specify a device specific sysfs group.Eric W. Biederman1-2/+2
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings1-4/+4
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings1-4/+6
2009-10-29net: Introduce dev_get_by_index_rcu()Eric Dumazet1-0/+1
2009-10-29net: Add ndo_fcoe_get_wwn to net_device_opsYi Zou1-0/+4
2009-10-28net: Introduce unregister_netdevice_many()Eric Dumazet1-0/+1
2009-10-28net: Introduce unregister_netdevice_queue()Eric Dumazet1-1/+8
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-10-07include/linux/netdevice.h: fix nanodoc mismatchWolfram Sang1-1/+1
2009-10-07dcb: data center bridging ops should be r/oStephen Hemminger1-1/+1
2009-09-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+2
2009-09-15driver model: constify attribute groupsDavid Brownell1-1/+1
2009-09-15bonding: remap muticast addresses without using dev_close() and dev_open()Moni Shoua1-1/+2
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann1-0/+6
2009-09-06net_sched: reintroduce dev->qdisc for use by sch_apiPatrick McHardy1-0/+3
2009-09-01net: Add ndo_fcoe_enable/ndo_fcoe_disable to net_device_opsYi Zou1-0/+2
2009-09-01netdev: change transmit to limited range typeStephen Hemminger1-9/+13
2009-08-30netdevice: Consolidate to use existing macros where available.Krishna Kumar1-6/+7
2009-08-14net: Add NETIF_F_FCOE_MTU to indicate support for a different MTU for FCoEYi Zou1-0/+1
2009-07-05net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal1-4/+0
2009-06-18net: group address list and its countJiri Pirko1-6/+11
2009-06-09netdevice.h: Use frag list abstraction interfaces.David S. Miller1-1/+1
2009-06-03gso: Stop fraglists from escapingHerbert Xu1-3/+2
2009-05-29net: convert unicast addr listJiri Pirko1-7/+11
2009-05-29bonding: allow bond in mode balance-alb to work properly in bridge -try4.3Jiri Pirko1-0/+18