summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-23net/macb: fix truncate warningsJoachim Eastwood
2012-10-23ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel
2012-10-22ipv4: 16 slots in initial fib_info hash tableEric Dumazet
2012-10-22tcp: speedup SIOCINQ ioctlEric Dumazet
2012-10-22tcp: RFC 5961 5.2 Blind Data Injection Attack MitigationEric Dumazet
2012-10-22pkt_sched: use ns_to_ktime() helperEric Dumazet
2012-10-22be2net: Update driver versionPadmanabh Ratnakar
2012-10-22be2net: Fix skyhawk VF PCI Device IDPadmanabh Ratnakar
2012-10-22be2net: Fix FW flashing on Skyhawk-RPadmanabh Ratnakar
2012-10-22be2net: Enabling Wake-on-LAN is not supported in S5 statePadmanabh Ratnakar
2012-10-22be2net: Fix VF driver load on newer Lancer FWPadmanabh Ratnakar
2012-10-22be2net: Fix unnecessary delay in PCI EEHPadmanabh Ratnakar
2012-10-22be2net: Fix issues in error recovery due to wrong queue statePadmanabh Ratnakar
2012-10-22be2net: Fix ethtool get_settings output for VFPadmanabh Ratnakar
2012-10-22be2net: Fix error messages while driver load for VFsPadmanabh Ratnakar
2012-10-22be2net: Fix configuring VLAN for VF for LancerPadmanabh Ratnakar
2012-10-22be2net: Wait till resources are available for VF in error recoveryPadmanabh Ratnakar
2012-10-22be2net: Fix change MAC operation for VF for LancerPadmanabh Ratnakar
2012-10-22be2net: Fix setting QoS for VF for LancerPadmanabh Ratnakar
2012-10-22be2net: Fix driver load failure for different FW configs in LancerPadmanabh Ratnakar
2012-10-22net:dev: remove double indentical assignment in dev_change_net_namespace().Rami Rosen
2012-10-22sockopt: Make SO_BINDTODEVICE readablePavel Emelyanov
2012-10-22unix: Remove unused field from unix_sockPavel Emelyanov
2012-10-22pktgen: Use ipv6_addr_anyJoe Perches
2012-10-22hyperv: Remove unnecessary comments in rndis_filter_receive_data()Haiyang Zhang
2012-10-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-10-19Merge branch 'at91'David S. Miller
2012-10-19ARM: AT91: remove old RM9200 EMAC register definitionsJoachim Eastwood
2012-10-19net/at91_ether: convert to devm_* functionsJoachim Eastwood
2012-10-19net/at91_ether: clean up rx buffer handlingJoachim Eastwood
2012-10-19net/at91_ether: use macb dma description structJoachim Eastwood
2012-10-19net/at91_ether: share macb_set_rx_mode with macbJoachim Eastwood
2012-10-19net/at91_ether: use ethtool and mdio from macbJoachim Eastwood
2012-10-19net/at91_ether: compile macb for exported functionsJoachim Eastwood
2012-10-19net/macb: export some symbols for at91_etherJoachim Eastwood
2012-10-19net/at91_ether: use pclk member instead of ether_clkJoachim Eastwood
2012-10-19net/at91_ether/macb: absorb at91_private in to macb private structJoachim Eastwood
2012-10-19net/at91_ether: use macb defs for rx dma buffersJoachim Eastwood
2012-10-19net/at91_ether: use macb access functionsJoachim Eastwood
2012-10-19net/at91_ether: use macb register definitionsJoachim Eastwood
2012-10-19net/macb: add AT91RM9200 specific registers and bits to headerJoachim Eastwood
2012-10-19igb: Split igb_update_dca into separate Tx and Rx functionsAlexander Duyck
2012-10-19igb: Move the calls to set the Tx and Rx queues into igb_openAlexander Duyck
2012-10-19igb: Combine q_vector and ring allocation into a single functionAlexander Duyck
2012-10-19igb: Lock buffer size at 2K even on systems with larger pagesAlexander Duyck
2012-10-19igb: Move rx_buffer related code in Rx cleanup path into separate functionAlexander Duyck
2012-10-19igb: Map entire page and sync half instead of mapping and unmapping half pagesAlexander Duyck
2012-10-19igb: Combine post-processing of skb into a single functionAlexander Duyck
2012-10-19igb: Do not use header split, instead receive all frames into a single bufferAlexander Duyck
2012-10-19igb: Split Rx timestamping into two separate functionsAlexander Duyck