aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)Author
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet
2010-02-27dev: support deferring device flag change notificationsPatrick McHardy
2010-02-27rtnetlink: handle rtnl_link netlink notifications manuallyPatrick McHardy
2010-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-02-26netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211John W. Linville
2010-02-12net: Add netdev ops for SR-IOV configurationWilliams, Mitch A
2010-02-12include/linux/netdevice.h: Add netif_printk helpersJoe Perches
2010-02-12netdevice.h: Add netdev_printk helpers like dev_printkJoe Perches
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr
2010-02-04net: use helpers to access mc list V2Jiri Pirko
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-23netdev: remove certain HAVE_ macrosAlexey Dobriyan
2010-01-19net: Unexport napi_gro_flush().David S. Miller
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