aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-22tcp: speedup SIOCINQ ioctlEric Dumazet1-2/+3
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet1-18/+25
2012-10-21pkt_sched: use ns_to_ktime() helperEric Dumazet2-7/+5
2012-10-21be2net: Update driver versionPadmanabh Ratnakar1-1/+1
2012-10-21be2net: Fix skyhawk VF PCI Device IDPadmanabh Ratnakar2-1/+6
2012-10-21be2net: Fix FW flashing on Skyhawk-RPadmanabh Ratnakar2-76/+173
2012-10-21be2net: Enabling Wake-on-LAN is not supported in S5 statePadmanabh Ratnakar1-3/+0
2012-10-21be2net: Fix VF driver load on newer Lancer FWPadmanabh Ratnakar3-0/+42
2012-10-21be2net: Fix unnecessary delay in PCI EEHPadmanabh Ratnakar1-2/+6
2012-10-21be2net: Fix issues in error recovery due to wrong queue statePadmanabh Ratnakar1-4/+5
2012-10-21be2net: Fix ethtool get_settings output for VFPadmanabh Ratnakar1-31/+42
2012-10-21be2net: Fix error messages while driver load for VFsPadmanabh Ratnakar5-2/+173
2012-10-21be2net: Fix configuring VLAN for VF for LancerPadmanabh Ratnakar1-2/+10
2012-10-21be2net: Wait till resources are available for VF in error recoveryPadmanabh Ratnakar3-2/+37
2012-10-21be2net: Fix change MAC operation for VF for LancerPadmanabh Ratnakar1-10/+42
2012-10-21be2net: Fix setting QoS for VF for LancerPadmanabh Ratnakar4-1/+86
2012-10-21be2net: Fix driver load failure for different FW configs in LancerPadmanabh Ratnakar4-54/+349
2012-10-21net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen1-1/+0
2012-10-21sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov1-0/+3
2012-10-21unix: Remove unused field from unix_sockPavel Emelyanov1-1/+0
2012-10-21pktgen: Use ipv6_addr_anyJoe Perches1-5/+1
2012-10-21hyperv: Remove unnecessary comments in rndis_filter_receive_data()Haiyang Zhang1-5/+0
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller11-633/+1195
2012-10-19Merge branch 'at91'David S. Miller7-1105/+207
2012-10-19ARM: AT91: remove old RM9200 EMAC register definitionsJoachim Eastwood1-138/+0
2012-10-19net/at91_ether: convert to devm_* functionsJoachim Eastwood1-18/+7
2012-10-19net/at91_ether: clean up rx buffer handlingJoachim Eastwood2-51/+68
2012-10-19net/at91_ether: use macb dma description structJoachim Eastwood2-9/+4
2012-10-19net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood3-107/+4
2012-10-19net/at91_ether: use ethtool and mdio from macbJoachim Eastwood3-673/+31
2012-10-19net/at91_ether: compile macb for exported functionsJoachim Eastwood2-2/+2
2012-10-19net/macb: export some symbols for at91_etherJoachim Eastwood2-3/+11
2012-10-19net/at91_ether: use pclk member instead of ether_clkJoachim Eastwood2-13/+12
2012-10-19net/at91_ether/macb: absorb at91_private in to macb private structJoachim Eastwood3-79/+71
2012-10-19net/at91_ether: use macb defs for rx dma buffersJoachim Eastwood2-11/+4
2012-10-19net/at91_ether: use macb access functionsJoachim Eastwood2-82/+64
2012-10-19net/at91_ether: use macb register definitionsJoachim Eastwood1-80/+84
2012-10-19net/macb: add AT91RM9200 specific registers and bits to headerJoachim Eastwood1-0/+6
2012-10-19igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck2-31/+52
2012-10-19igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck1-13/+18
2012-10-19igb: Combine q_vector and ring allocation into a single functionAlexander Duyck2-202/+215
2012-10-19igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck3-15/+23
2012-10-19igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck1-86/+120
2012-10-19igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck3-57/+181
2012-10-19igb: Combine post-processing of skb into a single functionAlexander Duyck1-25/+44
2012-10-19igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck3-152/+312
2012-10-19igb: Split Rx timestamping into two separate functionsAlexander Duyck2-19/+53
2012-10-19igb: Correcting and improving small packet check and paddingTushar Dave1-2/+3
2012-10-19ixgbe: Add mailbox API version negotiation support to ixgbe PFAlexander Duyck3-7/+48
2012-10-19ixgbe: Move message handling routines into their own functionsAlexander Duyck1-93/+130