summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2010-09-21ipv6: addrconf.h cleanupsEric Dumazet
2010-09-21net: constify some ppp/pptp structsEric Dumazet
2010-09-21sundance: Use dev_kfree_skb_any() helperDenis Kirjanov
2010-09-21sundance: Handle DMA mapping errorsDenis Kirjanov
2010-09-21sundance: Convert to DMA APIDenis Kirjanov
2010-09-21net: core: use kernel's converter from hex to binAndy Shevchenko
2010-09-21drivers: atm: use native kernel's hex_to_bin() funcAndy Shevchenko
2010-09-21tmspci: fix tr%d in printkMeelis Roos
2010-09-21ethtool: Fix build due to lack of ethtool.h include.David S. Miller
2010-09-21sfc: Fix build due to lack of vmalloc.h include.David S. Miller
2010-09-21Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller
2010-09-21sfc: Clean up and correct comments on efx_monitor()Ben Hutchings
2010-09-21sfc: Include RX IP filter table in register dumpBen Hutchings
2010-09-21sfc: Implement the ethtool RX n-tuple control functionsBen Hutchings
2010-09-21sfc: Add filter table managementBen Hutchings
2010-09-21ethtool: Allocate register dump buffer with vmalloc()Ben Hutchings
2010-09-21ethtool: Add Ethernet MAC-level filtering/steeringBen Hutchings
2010-09-21ethtool: Define RX n-tuple action to clear a ruleBen Hutchings
2010-09-21dccp ccid-3: Remove redundant 'options_received' structGerrit Renker
2010-09-21dccp tfrc/ccid-3: computing the loss rate from the Loss Event RateGerrit Renker
2010-09-21dccp ccid-3: remove dead statesGerrit Renker
2010-09-21dccp: Replace magic CCID-specific numbers by symbolic constantsGerrit Renker
2010-09-21dccp: Add packet type information to CCID-specific option parsingGerrit Renker
2010-09-20qlcnic: dont set skb->truesizeEric Dumazet
2010-09-20net: rx_dropped accountingEric Dumazet
2010-09-19bridge : Sanitize skb before it enters the IP stackBandan Das
2010-09-19rds: spin_lock_irq() is not nestableDan Carpenter
2010-09-19rds: double unlock in rds_ib_cm_handle_connect()Dan Carpenter
2010-09-19rds: signedness bugDan Carpenter
2010-09-19bna: off by oneDan Carpenter
2010-09-19net: reorder struct netdev_hw_addrEric Dumazet
2010-09-17bonding: enable gro by defaultEric Dumazet
2010-09-17ethtool: Add comments for valid use of flow typesBen Hutchings
2010-09-17ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings
2010-09-17netns: keep vlan slaves on master netns moveDavid Lamparter
2010-09-17stmmac: use one memset() to reset TDES01Giuseppe CAVALLARO
2010-09-17stmmac: prevent dma init stuck in case of failures.Giuseppe CAVALLARO
2010-09-17stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO
2010-09-17stmmac: add CSR Clock range selectionGiuseppe CAVALLARO
2010-09-17ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csumEric Dumazet
2010-09-17qlcnic: update version 5.0.10Amit Kumar Salecha
2010-09-17qlcnic: remove fw version checkAmit Kumar Salecha
2010-09-17qlcnic: vlan lro supportAmit Kumar Salecha
2010-09-17qlcnic: vlan gro supportAmit Kumar Salecha
2010-09-17qlcnic: support vlan rx acclerationAmit Kumar Salecha
2010-09-16drivers/net/tulip/de4x5.c: fix union member name in DE4X5_GET_REG ioctlDan Rosenberg
2010-09-16net: shrinks struct net_deviceEric Dumazet
2010-09-16ip6tnl: get rid of ip6_tnl_lockEric Dumazet
2010-09-16net: include inetdevice.h for rcu_dereference_raw api changeStephen Rothwell
2010-09-15net: enable GRO by default for vlan devicesBrandon Philips