summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Simplify pppol2tp pernet operations.Eric W. Biederman2009-12-011-29/+7
* net: Simplify pppoe pernet operations.Eric W. Biederman2009-12-011-30/+8
* net: Simplify ppp_generic pernet operations.Eric W. Biederman2009-12-011-23/+7
* net: Simplify conntrack_proto_gre pernet operations.Eric W. Biederman2009-12-011-14/+6
* net: Simplify conntrack_proto_dccp pernet operations.Eric W. Biederman2009-12-011-23/+8
* net: Simplify af_key pernet operations.Eric W. Biederman2009-12-011-19/+6
* net: Simplify vlan pernet operations.Eric W. Biederman2009-12-011-26/+7
* net: Simplify the bond drivers pernet operations.Eric W. Biederman2009-12-011-23/+9
* net: Simplfy default_device_exit and improve batching.Eric W. Biederman2009-12-011-10/+6
* net: Simplify loopback and improve batching.Eric W. Biederman2009-12-011-8/+0
* net: Automatically allocate per namespace data.Eric W. Biederman2009-12-012-90/+126
* net: Batch network namespace destruction.Eric W. Biederman2009-12-012-9/+59
* net: Implement for_each_netdev_reverse.Eric W. Biederman2009-12-011-0/+2
* net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-015-29/+20
* MIPS: Wire up recvmmsg syscallArnaldo Carvalho de Melo2009-12-011-6/+9
* wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela2009-11-291-3/+3
* wan: Frame Relay/DLCI coding style corrections.Rudy Matela2009-11-291-7/+7
* netxen: fix merge 9b963e5d0e01461099aAmit Kumar Salecha2009-11-291-0/+2
* sfc: Update version, copyright dates, authorsBen Hutchings2009-11-2923-26/+26
* sfc: Implement TSO for TCP/IPv6Ben Hutchings2009-11-293-14/+60
* sfc: Add support for SFC9000 family (2)Ben Hutchings2009-11-2914-29/+414
* sfc: Add support for SFC9000 family (1)Ben Hutchings2009-11-295-0/+2595
* sfc: Add firmware protocol definitions (MCDI)Steve Hodgson2009-11-291-0/+1578
* sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings2009-11-293-1537/+1549
* sfc: Rename falcon.h to nic.hBen Hutchings2009-11-2914-16/+16
* sfc: Allow for additional checksum offload featuresBen Hutchings2009-11-294-2/+21
* sfc: Extend MTD driver for use with new NICsBen Hutchings2009-11-296-124/+255
* sfc: Remove static PHY data and enumerationsBen Hutchings2009-11-299-65/+95
* sfc: Extend loopback mode enumerationBen Hutchings2009-11-297-28/+111
* sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings2009-11-291-40/+24
* mv643xx: convert to netdev_tx_tDenis Kirjanov2009-11-291-1/+1
* net: Move && and || to end of previous lineJoe Perches2009-11-2963-233/+235
* sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings2009-11-297-306/+341
* sfc: Add efx_nic_type operation for identity LED controlBen Hutchings2009-11-293-3/+12
* sfc: Add efx_nic_type operation for NVRAM self-testBen Hutchings2009-11-294-7/+17
* sfc: Add efx_nic_type operation for register self-testBen Hutchings2009-11-294-8/+10
* sfc: Implement ethtool reset operationBen Hutchings2009-11-295-50/+84
* sfc: Add power-management and wake-on-LAN supportBen Hutchings2009-11-294-0/+146
* sfc: Generalise link state monitoringSteve Hodgson2009-11-292-34/+61
* sfc: Refactor link configurationBen Hutchings2009-11-2915-182/+273
* sfc: Move Falcon NIC operations to efx_nic_typeBen Hutchings2009-11-296-63/+105
* sfc: Turn pause frame generation on and off at the MAC, not the RX FIFOBen Hutchings2009-11-292-8/+8
* sfc: Remove duplicate hardware structure definitionsBen Hutchings2009-11-292-15/+3
* sfc: Remove redundant writes to INT_ADR_KERBen Hutchings2009-11-291-8/+7
* pktgen: NUMA awareEric Dumazet2009-11-291-3/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-2931-260/+297
|\
| * sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-294-15/+2
| * pktgen: Fix netdevice unregisterEric Dumazet2009-11-241-5/+11
| * macvlan: fix gso_max_size settingPatrick McHardy2009-11-231-0/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-11-235-20/+28
| |\