summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_nat: better error handling of nf_ct_expect_related() in helpersPablo Neira Ayuso2010-09-225-14/+93
* ipvs: changes related to service usecntJulian Anastasov2010-09-212-154/+102
* netfilter: save the hash of the tuple in the original direction for latter useChangli Gao2010-09-211-34/+78
* ipvs: make rerouting optional with snat_rerouteJulian Anastasov2010-09-213-8/+38
* ipvs: netfilter connection tracking changesJulian Anastasov2010-09-2110-196/+475
* ipvs: extend connection flags to 32 bitsJulian Anastasov2010-09-175-14/+28
* netfilter: nf_conntrack: fix the hash random initializing raceChangli Gao2010-09-161-6/+13
* netfilter: nf_nat: no IP_NAT_RANGE_MAP_IPS flags when alloc_null_binding()Changli Gao2010-09-161-9/+8
* netfilter: nf_nat_core: don't check if the tuple is used if there is no other...Changli Gao2010-09-161-5/+11
* netfilter: use NFPROTO_IPV4 instead of AF_INETChangli Gao2010-09-161-1/+1
* netfilter: nf_nat: add nf_nat_csum()Changli Gao2010-09-151-45/+31
* e1000e: Simplify MSI interrupt testingJean Delvare2010-09-141-25/+4
* uwb: use '%pM' format to print MAC addressAndy Shevchenko2010-09-132-9/+3
* bnx2x: Spread rx buffers between allocated queuesDmitry Kravkov2010-09-134-5/+17
* cx82310_eth: allow empty URBsOndrej Zary2010-09-131-9/+3
* cx82310_eth: check usb_string() return value for errorOndrej Zary2010-09-131-5/+3
* drivers/net/skfp: Remove pr_<level> uses of KERN_<level>Joe Perches2010-09-131-42/+42
* net/cxgb3: remove undefined operationsAndreas Schwab2010-09-131-1/+1
* net/de4x5: remove undefined operationsAndreas Schwab2010-09-131-9/+9
* sundance: Add power management hooksDenis Kirjanov2010-09-131-0/+48
* flow: better memory managementEric Dumazet2010-09-131-36/+42
* sfc: Fix order of channel_name array dimensionsBen Hutchings2010-09-131-1/+1
* bna: Check for NULL before deref in bnad_cb_tx_cleanupDavid S. Miller2010-09-121-1/+2
* pkt_sched: remov unnecessary bh_disablestephen hemminger2010-09-101-2/+2
* fib: cleanupsEric Dumazet2010-09-101-32/+23
* sfc: Allow changing the DMA ring sizes dynamically via ethtoolBen Hutchings2010-09-105-52/+224
* sfc: Make the dmaq size a run-time setting (rather than compile-time)Steve Hodgson2010-09-107-76/+109
* sfc: Allocate each channel separately, along with its RX and TX queuesBen Hutchings2010-09-103-76/+61
* sfc: Refactor channel and queue lookup and iterationBen Hutchings2010-09-107-75/+125
* sfc: Abstract channel and index lookup for RX queuesBen Hutchings2010-09-103-33/+47
* sfc: Allocate DMA and event rings using GFP_KERNELBen Hutchings2010-09-101-4/+4
* sfc: Fix failure paths in efx_probe_port()Ben Hutchings2010-09-101-2/+2
* sfc: Remove declarations of functions that no longer existBen Hutchings2010-09-101-2/+0
* sfc: Accumulate RX_NODESC_DROP count in rx_dropped, not rx_over_errorsBen Hutchings2010-09-101-1/+1
* sfc: Use MCDI RX_BAD_FCS_PKTS count as MAC rx_bad countBen Hutchings2010-09-101-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-09774-12641/+11111
|\
| * Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-09-093-27/+73
| |\
| | * vhost: error handling fixMichael S. Tsirkin2010-09-061-0/+1
| | * vhost: fix attach to cgroups regressionMichael S. Tsirkin2010-09-061-22/+57
| | * cgroups: fix API thinkoMichael S. Tsirkin2010-09-052-5/+15
| * | ipheth: remove incorrect devtype to WWANDan Williams2010-09-091-6/+1
| * | MAINTAINERS: Add CAIFJoe Perches2010-09-091-0/+10
| * | sctp: fix test for end of loopJoe Perches2010-09-091-23/+23
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2010-09-086151-473233/+354801
| |\ \
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-09-0724-291/+281
| | |\ \
| | | * | PCI: bus speed strings should be constStephen Hemminger2010-08-311-1/+1
| | | * | PCI hotplug: Fix build with CONFIG_ACPI unsetRafael J. Wysocki2010-08-251-0/+4
| | | * | PCI: PCIe: Remove the port driver module exit routineKenji Kaneshige2010-08-241-7/+0
| | | * | PCI: PCIe: Move PCIe PME code to the pcie directoryRafael J. Wysocki2010-08-243-8/+3
| | | * | PCI: PCIe: Disable PCIe port services during port initializationRafael J. Wysocki2010-08-241-3/+26