aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-27net: Add missing include into include/linux/netdevice.hDmitri Vorobiev1-0/+1
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu1-0/+8
2009-03-13[SCSI] net: add FCoE offload support through net_deviceYi Zou1-0/+13
2009-03-13[SCSI] net: define feature flags for FCoE offloadsChris Leech1-0/+3
2009-03-13[SCSI] net: reclaim 8 upper bits of the netdev->features from GSOChris Leech1-1/+1
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller1-0/+1
2009-02-14net: replace __constant_{endian} uses in net headersHarvey Harrison1-2/+2
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu1-0/+7
2009-02-08gro: Remember number of held packets instead of counting every timeHerbert Xu1-0/+3
2009-02-05net: fix some trailing whitespacesGraf Yang1-5/+5
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu1-0/+26
2009-01-29gro: Move common completion code into helpersHerbert Xu1-0/+3
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-50/+0
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt1-0/+3
2009-01-12net: Fix a comment in include/linux/netdevice.h.Krzysztof HaƂasa1-1/+1
2009-01-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-3/+0
2009-01-06gro: Add internal interfaces for VLANHerbert Xu1-0/+6
2009-01-06net_dma: convert to dma_find_channelDan Williams1-3/+0
2009-01-04gro: Add page frag supportHerbert Xu1-1/+15
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-15/+9
2008-12-15net: Add Generic Receive Offload infrastructureHerbert Xu1-52/+28
2008-12-15net: Add frag_list support to GSOHerbert Xu1-0/+2