summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-22net: constify some ppp/pptp structsEric Dumazet5-9/+9
2010-09-22sundance: Use dev_kfree_skb_any() helperDenis Kirjanov1-5/+1
2010-09-22sundance: Handle DMA mapping errorsDenis Kirjanov1-0/+21
2010-09-22sundance: Convert to DMA APIDenis Kirjanov1-44/+43
2010-09-22net: core: use kernel's converter from hex to binAndy Shevchenko2-12/+11
2010-09-22drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko1-4/+2
2010-09-22tmspci: fix tr%d in printkMeelis Roos1-6/+4
2010-09-22ethtool: Fix build due to lack of ethtool.h include.David S. Miller1-0/+1
2010-09-22sfc: Fix build due to lack of vmalloc.h include.David S. Miller1-0/+1
2010-09-22Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller7-106/+73
2010-09-22sfc: Clean up and correct comments on efx_monitor()Ben Hutchings1-13/+10
2010-09-22sfc: Include RX IP filter table in register dumpBen Hutchings1-3/+2
2010-09-22sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings3-4/+118
2010-09-22sfc: Add filter table managementBen Hutchings7-1/+678
2010-09-22ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings1-2/+2
2010-09-22ethtool: Add Ethernet MAC-level filtering/steeringBen Hutchings1-1/+5
2010-09-22ethtool: Define RX n-tuple action to clear a ruleBen Hutchings1-2/+3
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker2-23/+8
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker3-5/+19
2010-09-21dccp ccid-3: remove dead statesGerrit Renker2-30/+9
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker2-12/+7
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker3-41/+35
2010-09-20qlcnic: dont set skb->truesizeEric Dumazet1-6/+0
2010-09-20net: rx_dropped accountingEric Dumazet7-8/+28
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das2-30/+80
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter2-4/+4
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter1-1/+0
2010-09-19rds: signedness bugDan Carpenter1-1/+1
2010-09-19bna: off by oneDan Carpenter1-1/+1
2010-09-19net: reorder struct netdev_hw_addrEric Dumazet1-1/+1
2010-09-18bonding: enable gro by defaultEric Dumazet1-0/+4
2010-09-18ethtool: Add comments for valid use of flow typesBen Hutchings1-15/+15
2010-09-18ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings3-45/+51
2010-09-18netns: keep vlan slaves on master netns moveDavid Lamparter3-0/+12
2010-09-18stmmac: use one memset() to reset TDES01Giuseppe CAVALLARO2-17/+2
2010-09-18stmmac: prevent dma init stuck in case of failures.Giuseppe CAVALLARO2-2/+18
2010-09-18stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO8-39/+60
2010-09-18stmmac: add CSR Clock range selectionGiuseppe CAVALLARO4-2/+6
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet1-2/+5
2010-09-17qlcnic: update version 5.0.10Amit Kumar Salecha1-2/+2
2010-09-17qlcnic: remove fw version checkAmit Kumar Salecha1-28/+2
2010-09-17qlcnic: vlan lro supportAmit Kumar Salecha1-9/+30
2010-09-17qlcnic: vlan gro supportAmit Kumar Salecha1-1/+1
2010-09-17qlcnic: support vlan rx acclerationAmit Kumar Salecha3-26/+44
2010-09-17drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctlDan Rosenberg1-1/+1
2010-09-17net: shrinks struct net_deviceEric Dumazet1-9/+11
2010-09-17ip6tnl: get rid of ip6_tnl_lockEric Dumazet1-30/+28
2010-09-17net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell1-0/+1
2010-09-16net: enable GRO by default for vlan devicesBrandon Philips1-0/+5
2010-09-16ehea: Remove a silly returnBreno Leitao1-2/+0