aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-09netxen_nic: disable minidump by defaultSritej Velaga1-1/+1
2012-05-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller8-41/+282
2012-05-10sfc: Implement module EEPROM access for SFE4002 and SFN4112FBen Hutchings1-0/+33
2012-05-10sfc: Added support for new ethtool APIs for obtaining module eepromStuart Hodgson3-0/+116
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson2-0/+80
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings1-7/+17
2012-05-10sfc: By default refill RX rings as soon as space for a batchDavid Riddoch1-6/+12
2012-05-10sfc: Fill RX rings completely full, rather than to 95% fullDavid Riddoch2-14/+4
2012-05-10sfc: Fix missing cleanup in failure path of efx_pci_probe()Ben Hutchings1-1/+2
2012-05-10sfc: Do not attempt to flush queues if DMA is disabledStuart Hodgson1-14/+19
2012-05-09dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2012-05-09wireless: Convert compare_ether_addr to ether_addr_equal by handJoe Perches1-3/+3
2012-05-09wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches6-23/+21
2012-05-09netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2-3/+3
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equal by handJoe Perches2-3/+3
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches13-71/+64
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2012-05-09atm: Convert compare_ether_addr to ether_addr_equalJoe Perches2-5/+4
2012-05-09bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches5-16/+15
2012-05-09bridge: netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches3-12/+11
2012-05-09802: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-05-09etherdevice.h: Add ether_addr_equalJoe Perches1-0/+12
2012-05-09Merge git://1984.lsi.us.es/net-nextDavid S. Miller15-46/+588
2012-05-09e1000e: Fix merge conflict (net->net-next)Jeff Kirsher1-45/+11
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal2-20/+106
2012-05-09netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal1-5/+10
2012-05-09netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2-8/+5
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom4-0/+423
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom8-18/+49
2012-05-08Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller34-1708/+856
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso10-1393/+10
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso2-1/+16
2012-05-08netfilter: nf_ct_expect: partially implement ctnetlink_change_expectKelvie Wong1-1/+9
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom1-0/+2
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: optimize the use of flags in ip_vs_bind_destPablo Neira Ayuso1-6/+9
2012-05-08ipvs: add support for sync threadsPablo Neira Ayuso4-166/+305
2012-05-08ipvs: reduce sync rate with time thresholdsJulian Anastasov5-48/+165
2012-05-08ipvs: wakeup master threadPablo Neira Ayuso3-32/+162
2012-05-08ipvs: always update some of the flags bits in backupJulian Anastasov2-42/+28
2012-05-08ipvs: fix ip_vs_try_bind_dest to rebind app and transmitterJulian Anastasov1-7/+26
2012-05-08ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_destJulian Anastasov1-5/+5
2012-05-08ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup serverJulian Anastasov1-1/+1
2012-05-08ipvs: use GFP_KERNEL allocation where possibleSasha Levin1-1/+1
2012-05-08ipvs: SH scheduler does not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-05-08ipvs: LBLCR scheduler does not need GFP_ATOMIC allocation on initJulian Anastasov1-1/+1
2012-05-08ipvs: WRR scheduler does not need GFP_ATOMIC allocationJulian Anastasov1-1/+1
2012-05-08ipvs: DH scheduler does not need GFP_ATOMIC allocationJulian Anastasov1-1/+1