aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-19netdev: driver: ethernet: add cpsw address lookup engine supportMugunthan V N2-0/+734
2012-03-19phy: add am79c874 PHY supportHeiko Schocher3-0/+108
2012-03-19mlx4_core: fix race on comm channelEugenia Emantayev1-0/+9
2012-03-19bonding: send igmp report for its masterPeter Pan(潘卫平)1-3/+15
2012-03-19fs_enet: Add MPC5125 FEC support and PHY interface selectionVladimir Ermakov3-7/+28
2012-03-19net: bpf_jit: fix BPF_S_LDX_B_MSH compilationEric Dumazet1-9/+5
2012-03-19net: update the usage of CHECKSUM_UNNECESSARYYi Zou1-0/+7
2012-03-19fcoe: use CHECKSUM_UNNECESSARY instead of CHECKSUM_PARTIAL on txYi Zou1-1/+1
2012-03-19net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou1-1/+2
2012-03-19ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck1-1/+8
2012-03-19net/hyperv: Fix the code handling tx busyHaiyang Zhang1-4/+1
2012-03-19ixgbe: fix namespace issues when FCoE/DCB is not enabledJeff Kirsher4-902/+945
2012-03-19rtlwifi: Remove unused ETH_ADDR_LEN definesJoe Perches2-2/+0
2012-03-19igbvf: Use ETH_ALENJoe Perches2-9/+2
2012-03-19atlx: Use ETH_ALENJoe Perches3-12/+7
2012-03-19if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches1-4/+3
2012-03-19tcp: reduce out_of_order memory useEric Dumazet3-1/+20
2012-03-19tcp: introduce tcp_data_queue_ofoEric Dumazet1-99/+115
2012-03-19bnx2x: validate FW trace prior to its printingDmitry Kravkov2-1/+13
2012-03-19bnx2x: consistent statistics for old FWYuval Mintz3-41/+6
2012-03-19bnx2x: changed iscsi/fcoe mac init and macrosDmitry Kravkov4-44/+64
2012-03-19bnx2x: added TLV_NOT_FOUND flags to the dcbDmitry Kravkov2-7/+17
2012-03-19bnx2x: changed initial dcb configurationDmitry Kravkov1-29/+16
2012-03-19bnx2x: removed dcb unused codeYuval Mintz1-20/+0
2012-03-19bnx2x: reduced sparse warningsYuval Mintz6-29/+18
2012-03-19bnx2x: revised driver printsMerav Sicron9-727/+694
2012-03-19bnx2x: added 'likely' to fast-path skb existenceYuval Mintz1-1/+2
2012-03-19be2net: fix programming of VLAN tags for VFAjit Khaparde4-5/+157
2012-03-19be2net: Fix number of vlan slots in flex modeAjit Khaparde1-1/+1
2012-03-19be2net: Program secondary UC MAC address into MAC filterAjit Khaparde2-6/+53
2012-03-19be2net: enable WOL by default if h/w supports itAjit Khaparde5-17/+136
2012-03-19ixgbe: Correct flag values set by ixgbe_fix_featuresAlexander Duyck3-61/+54
2012-03-19ixgbe: Add support for enabling UDP RSS via the ethtool rx-flow-hash commandAlexander Duyck3-1/+160
2012-03-19ixgbe: Whitespace cleanupsAlexander Duyck1-10/+7
2012-03-19ixgbe: Two minor fixes for RSS and FDIR set queues functionsAlexander Duyck1-3/+1
2012-03-19ixgbe: drop err_eeprom tag which is at same location as err_sw_initAlexander Duyck1-3/+2
2012-03-19ixgbe: Move poll routine in order to improve readabilityAlexander Duyck1-49/+49
2012-03-19ixgbe: cleanup logic for the service timer and VF hang detectionAlexander Duyck1-19/+10
2012-03-19ixgbe: Update layout of ixgbe_ring structure to improve cache performanceAlexander Duyck1-9/+9
2012-03-19ixgbe: Store Tx flags and protocol information to tx_buffer soonerAlexander Duyck3-51/+51
2012-03-18Linux 3.3Linus Torvalds1-1/+1
2012-03-18gianfar: use netif_tx_queue_stopped instead of __netif_subqueue_stoppedPaul Gortmaker1-1/+1
2012-03-18Don't limit non-nested epoll pathsJason Baron1-0/+4
2012-03-17netfilter: ctnetlink: fix race between delete and timeout expirationPablo Neira Ayuso1-11/+12
2012-03-17ixgbe: always write DMA for single_mapped value with skbAlexander Duyck2-118/+153
2012-03-17phc: Update author's email address.Richard Cochran4-4/+4
2012-03-17ixgbe: Write gso_segs and bytcount to the ring soonerAlexander Duyck2-25/+21
2012-03-17ixgbe: Place skb on first buffer_info structure to avoid using stack spaceAlexander Duyck3-29/+40
2012-03-17ixgbe: Use packets to track Tx completions instead of a seperate valueAlexander Duyck2-5/+1
2012-03-17ixgbe: Modify setup of descriptor flags to avoid conditional jumpsAlexander Duyck1-17/+17