aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-292-4/+6
* NET: smc91x: convert to dev_pm_opsKevin Hilman2009-11-291-6/+12
* Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-11-2917-500/+224
|\
| * sctp: prevent too-fast association id reuseVlad Yasevich2009-11-231-1/+12
| * sctp: fix integer overflow when setting the autoclose timerAndrei Pelinescu-Onciul2009-11-231-1/+1
| * sctp: limit maximum autoclose setsockopt valueAndrei Pelinescu-Onciul2009-11-231-0/+3
| * sctp: Fix mis-ordering of user space data when multihoming in useNeil Horman2009-11-231-12/+13
| * sctp: Update max.burst implementationVlad Yasevich2009-11-235-23/+58
| * sctp: Turn the enum socket options into definesVlad Yasevich2009-11-231-82/+43
| * sctp: Remove useless last_time_used variableVlad Yasevich2009-11-234-15/+5
| * sctp: remove deprecated SCTP_GET_*_OLD stuffsAmerigo Wang2009-11-233-345/+0
| * sctp: allow setting path_maxrxt independent of SPP_PMTUD_ENABLEAndrei Pelinescu-Onciul2009-11-231-4/+3
| * sctp: Update SWS avaoidance receiver side algorithmVlad Yasevich2009-11-236-4/+30
| * sctp: Select a working primary during sctp_connectx()Vlad Yasevich2009-11-232-0/+8
| * sctp: Fix malformed "Invalid Stream Identifier" errorVlad Yasevich2009-11-233-10/+19
| * sctp: implement the sender side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-233-1/+22
| * sctp: implement the receiver side for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-2/+6
| * sctp: implement definition for SACK-IMMEDIATELY extensionWei Yongjun2009-11-231-0/+1
* | sfc: Clean up RX event handlingBen Hutchings2009-11-293-8/+8
* | sfc: Move descriptor cache base addresses to struct efx_nic_typeBen Hutchings2009-11-282-4/+12
* | sfc: Decouple NIC revision number from Falcon PCI revision numberBen Hutchings2009-11-288-52/+48
* | sfc: Remove some redundant whitespaceBen Hutchings2009-11-281-2/+0
* | sfc: Remove another unused workaround macroBen Hutchings2009-11-281-2/+0
* | sfc: Remove EFX_WORKAROUND_9141 macroMatthew Slattery2009-11-282-3/+1
* | sfc: Limit some hardware workarounds to FalconBen Hutchings2009-11-282-3/+4
* | sfc: Always start Falcon using the XMACSteve Hodgson2009-11-283-8/+16
* | sfc: Replace MDIO spinlock with mutexSteve Hodgson2009-11-283-9/+9
* | sfc: QT202x: Reset before reading PHY idSteve Hodgson2009-11-281-14/+8
* | sfc: Simplify PHY pollingSteve Hodgson2009-11-287-124/+103
* | vlan: support "loose binding" to the underlying network devicePatrick McHardy2009-11-264-5/+14
* | sfc: Do not set net_device::trans_start in self-testBen Hutchings2009-11-261-1/+0
* | sfc: Move inline comment into kernel-docBen Hutchings2009-11-261-3/+1
* | sfc: Change MAC promiscuity and multicast hash at the same timeBen Hutchings2009-11-264-23/+29
* | sfc: Simplify XMAC link pollingBen Hutchings2009-11-268-54/+41
* | sfc: Move Falcon board/PHY/MAC monitoring code to falcon.cBen Hutchings2009-11-263-10/+17
* | sfc: Split MAC stats DMA initiation and completionBen Hutchings2009-11-269-88/+139
* | sfc: Hold MAC lock for longer in efx_init_port()Ben Hutchings2009-11-261-5/+9
* | sfc: Only switch Falcon MAC clocks as necessarySteve Hodgson2009-11-261-17/+25
* | sfc: Remove unused function efx_flush_queues()Ben Hutchings2009-11-262-14/+0
* | sfc: Fix bugs in RX queue flushingBen Hutchings2009-11-262-41/+73
* | sfc: Clean up struct falcon_board and struct falcon_board_dataBen Hutchings2009-11-267-80/+85
* | sfc: Remove unused constantBen Hutchings2009-11-261-3/+0
* | sfc: Comment correctionsBen Hutchings2009-11-263-6/+3
* | sfc: Strengthen EFX_ASSERT_RESET_SERIALISEDBen Hutchings2009-11-261-1/+2
* | sfc: Treat all MAC registers as 128-bitBen Hutchings2009-11-262-14/+14
* | sfc: Fix descriptor cache sizesBen Hutchings2009-11-261-4/+4
* | macvlan: export macvlan mode through netlinkArnd Bergmann2009-11-262-6/+65
* | macvlan: implement bridge, VEPA and private modeArnd Bergmann2009-11-261-8/+72
* | macvlan: cleanup rx statisticsArnd Bergmann2009-11-261-29/+41
* | veth: move loopback logic to common locationArnd Bergmann2009-11-263-14/+45