aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson5-14/+177
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson5-6/+52
2009-12-02TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson3-0/+149
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson10-33/+42
2009-12-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-38/+3
2009-12-02cnic: Use dma_alloc_coherent().Michael Chan1-24/+30
2009-12-02cnic: Fix rq_page_table DMA address.Michael Chan1-2/+2
2009-12-02cnic: Fix bogus iSCSI MAC addressMichael Chan1-2/+6
2009-12-02cnic: Fix bnx2x ring shutdown.Michael Chan1-0/+7
2009-12-02cnic: Fix ring I/O address for bnx2x devices.Michael Chan1-5/+3
2009-12-02netxen: fix failure cases for fw hang recoveryAmit Kumar Salecha1-11/+15
2009-12-02netxen : fix debug tools access for NX2031Narender Kumar1-19/+44
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan3-209/+204
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan2-11/+17
2009-12-02e1000e: check_polarity function pointers not set for 8257xBruce Allan2-0/+4
2009-12-02skbuff: remove skb_dma_map/unmapAlexander Duyck3-74/+0
2009-12-02tg3: remove use of skb_dma_map/unmapAlexander Duyck2-47/+132
2009-12-02be2net: remove use of skb_dma_map/unmapAlexander Duyck1-11/+26
2009-12-02bnx2: remove skb_dma_map/unmap calls from driverAlexander Duyck2-12/+61
2009-12-02igbvf: remove skb_dma_map/unmap call from driversAlexander Duyck2-14/+52
2009-12-02igb: remove use of skb_dma_map from driverAlexander Duyck2-18/+56
2009-12-02ixgbe: remove skb_dma_map/unmap calls from driverAlexander Duyck2-14/+50
2009-12-02ixgb: remove use of skb_dma_map from ixgbAlexander Duyck2-19/+42
2009-12-02e1000: remove use of skb_dma_map from e1000 driverAlexander Duyck2-16/+41
2009-12-02e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck2-21/+47
2009-12-02ip: update the description of rp_filter in ip-sysctl.txtShan Wei1-2/+2
2009-12-02bnx2: EEH is failing with timeoutBreno Leitao1-0/+1
2009-12-02net: Coding style corrections on Sealevel Systems 4021 driver.Rudy Matela1-7/+4
2009-12-02net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin1-2/+6
2009-12-02net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin1-6/+18
2009-12-02sctp: fix sctp_setsockopt_autoclose compile warningAndrei Pelinescu-Onciul1-1/+1
2009-12-02ieee802154: merge cleanupEric Dumazet1-3/+0
2009-12-02net/ps3: Add support for gelic link negotiationHideyuki Sasaki2-2/+72
2009-12-02net/ps3: Cleanup gelic enumsGeoff Levand2-20/+25
2009-12-02be2net: fix unnecessary access to hardware to get link, port infoAjit Khaparde3-21/+38
2009-12-02be2net: Add be_rx_polls counterAjit Khaparde3-2/+3
2009-12-02be2net: fix to allow port beacon when device is closedAjit Khaparde1-3/+0
2009-12-02be2net: check for valid ether addressAjit Khaparde1-0/+7
2009-12-02be2net: initialize netdev->perm_addrAjit Khaparde1-0/+1
2009-12-02be2net: set netdev->vlan_features appropriatelyAjit Khaparde1-0/+2
2009-12-02atl1e:disable NETIF_F_TSO6 for hardware limitJie Yang1-36/+0
2009-12-02e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()Roel Kluin1-1/+2
2009-12-02e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan1-1/+1
2009-12-02e1000e: add debug messagesBruce Allan2-7/+23
2009-12-02e1000e: comment correctionsBruce Allan4-15/+11
2009-12-02e1000e: enable new 82567V-3 deviceBruce Allan3-0/+3
2009-12-02e1000e: ensure the link state is correct for serdes linksBruce Allan1-28/+48
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan7-39/+122
2009-12-02e1000e: guard against buffer overflow in cable length tablesBruce Allan2-7/+24
2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan6-16/+45