summaryrefslogtreecommitdiff
path: root/include/linux/netdevice.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-21net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov1-0/+4
2010-04-01net: Potential null skb->dev dereferenceEric Dumazet1-4/+4
2010-03-15netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211John W. Linville1-1/+1
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/ne...David 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
2009-05-27net: correct a comment for the final #endifJiri Pirko1-1/+1
2009-05-27net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()Eric Dumazet1-4/+1
2009-05-27gro: Avoid unnecessary comparison after skb_gro_headerHerbert Xu1-9/+14
2009-05-27gro: Optimise length comparison in skb_gro_headerHerbert Xu1-2/+5
2009-05-27gro: Only use skb_gro_header for completely non-linear packetsHerbert Xu1-5/+6
2009-05-27gro: Inline skb_gro_header and cache frag0 virtual addressHerbert Xu1-7/+15
2009-05-25net: txq_trans_update() helperEric Dumazet1-0/+6
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-38/+0
2009-05-18net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queueEric Dumazet1-0/+3
2009-05-17net: tx scalability works : trans_startEric Dumazet1-0/+11