aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2009-05-06net: Add missing rculist.h include to netdevice.hDavid S. Miller1-0/+1
2009-05-05net: introduce a list of device addresses dev_addr_list (v6)Jiri Pirko1-2/+35
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2009-04-28net: netif_tx_queue_stopped too expensiveEric Dumazet1-2/+8
2009-04-28sctp: add feature bit for SCTP offload in hardwareJesse Brandeburg1-0/+2
2009-04-27net: Fix typo in net_device_ops description.Mike Rapoport1-1/+1
2009-04-27gro: Fix COMPLETE checksum handlingHerbert Xu1-0/+7
2009-04-27gro: Fix handling of headers that extend over the tailHerbert Xu1-1/+1
2009-04-27net: Fix LL_MAX_HEADER for CONFIG_TR_MODULEAdrian Bunk1-1/+1
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy1-1/+23
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-12/+10
2009-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+17