summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ieee802154: dont leak skbs in ieee802154_fake_xmit()Eric Dumazet2009-11-191-4/+1
* | | | ixgbe: Display currently attached PHY through ethtoolPJ Waskiewicz2009-11-291-0/+50
* | | | ethtool: Add Direct Attach support to connector port reportingPJ Waskiewicz2009-11-291-0/+2
* | | | ixgbe: Fix Receive Address Register (RAR) cleaning and accountingShannon Nelson2009-11-291-4/+4
* | | | ixgbe: LINKS2 is not a valid register for 82598Don Skidmore2009-11-291-4/+11
* | | | ixgbe: Disable Flow Control for certain devicesPJ Waskiewicz2009-11-291-0/+14
* | | | ixgbe: handle parameters for tx and rx EITR, no div0Shannon Nelson2009-11-291-6/+7
* | | | X25: Fix oops and refcnt problems from x25_dev_getandrew hendry2009-11-291-1/+3
* | | | X25: Check for errors in x25_initandrew hendry2009-11-291-3/+16
* | | | 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