aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh2-0/+70
2012-07-18asix: Fix return value in AX88172A driver bind functionChristian Riesch1-0/+1
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-18bonding: refine IFF_XMIT_DST_RELEASE capabilityEric Dumazet1-0/+5
2012-07-18net: qmi_wwan: make dynamic device IDs workBjørn Mork1-1/+18
2012-07-18b44: add 64 bit statsKevin Groeneveld2-41/+58
2012-07-18be2net: Ignore physical link async event for LancerPadmanabh Ratnakar2-0/+6
2012-07-18be2net: Fix VF driver load for LancerPadmanabh Ratnakar2-1/+9
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet3-22/+25
2012-07-17ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck2-15/+15
2012-07-17ixgbe: Cleanup logic for MRQC and MTQC configurationAlexander Duyck1-50/+66
2012-07-17ixgbe: Update the logic for ixgbe_cache_ring_dcb and DCB RSS configurationAlexander Duyck2-50/+42
2012-07-17ixgbe: Move configuration of set_real_num_rx/tx_queues into openAlexander Duyck2-56/+38
2012-07-17ixgbe: Handle failures in the ixgbe_setup_rx/tx_resources callsAlexander Duyck1-4/+16
2012-07-17ixgbe: Ping the VFs on link status change to trigger link changeAlexander Duyck1-0/+6
2012-07-17r8169: verbose error message.Francois Romieu1-1/+2
2012-07-17r8169: remove rtl_ocpdr_cond.Hayes Wang1-11/+1
2012-07-17ipv4: fix rcu splatEric Dumazet3-10/+11
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller1-4/+12
2012-07-17team: add netpoll supportJiri Pirko6-10/+152
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko5-17/+9
2012-07-17ipv4: Add FIB nexthop exceptions.David S. Miller3-31/+266
2012-07-17sfc: Correct some comments on enum reset_typeBen Hutchings1-4/+4
2012-07-17sfc: Fix interface statistics running backwardBen Hutchings3-10/+28
2012-07-17sfc: Disable VF queues during register self-testBen Hutchings5-60/+76
2012-07-17sfc: Explain why efx_mcdi_exit_assertion() ignores result of efx_mcdi_rpc()Ben Hutchings1-3/+8
2012-07-17sfc: Use dev_kfree_skb() in efx_end_loopback()Ben Hutchings1-1/+1
2012-07-17sfc: Use strlcpy() to copy ethtool stats namesBen Hutchings1-1/+1
2012-07-17sfc: Stop changing header offsets on TXBen Hutchings1-9/+0
2012-07-17sfc: Remove dead write to tso_state::packet_spaceBen Hutchings1-1/+0
2012-07-17sfc: Use generic DMA API, not PCI-DMA APIBen Hutchings5-63/+62
2012-07-17sfc: Work around bogus 'uninitialised variable' warningBen Hutchings1-1/+1
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet3-19/+17
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller21-49/+71
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck3-146/+105
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck3-182/+89
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck2-105/+65
2012-07-17ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck1-22/+24
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck2-10/+4
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck2-20/+2
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck2-6/+1
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck3-228/+22
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet6-1/+45
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei1-0/+3
2012-07-17bnx2x: organize BDs calculation for stop/resumeDmitry Kravkov2-4/+22
2012-07-17can: softing: softing_main: ensure a consistent return value in error caseJulia Lawall1-1/+1
2012-07-17can: mpc5xxx_can: make data in mpc5xxx_can_probe constMarc Kleine-Budde1-1/+1
2012-07-17can: flexcan: make flexcan_priv.devtype_data member point to const dataMarc Kleine-Budde1-2/+2
2012-07-16asix: Add a new driver for the AX88172AChristian Riesch5-3/+437
2012-07-16asix: Factor out common codeChristian Riesch4-3333/+64