summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbe/igb: catch invalid VF settingsAndy Gospodarek2010-07-212-0/+18
* bnx2x: Advance a module versionVladislav Zolotarov2010-07-211-2/+2
* bnx2x: Protect statistics ramrod and sequence numberVladislav Zolotarov2010-07-211-9/+18
* bnx2x: Protect a SM state changeVladislav Zolotarov2010-07-212-4/+11
* bridge: Partially disable netpoll supportHerbert Xu2010-07-202-31/+1
* tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen2010-07-191-0/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-192-5/+6
|\
| * rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd2010-07-161-5/+5
| * hostap_pci: set dev->base_addr during probeJohn W. Linville2010-07-141-0/+1
* | IPv6: fix CoA check in RH2 input handler (mip6_rthdr_input())Arnaud Ebalard2010-07-191-1/+2
* | ibmveth: lost IRQ while closing/opening device leads to service lossRobert Jennings2010-07-161-1/+3
* | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-07-161-4/+9
|\ \
| * | vhost: avoid pr_err on condition guest can triggerMichael S. Tsirkin2010-07-161-4/+4
| * | vhost-net: avoid flush under lockMichael S. Tsirkin2010-07-151-0/+5
* | | ipmr: Don't leak memory if fib lookup fails.Ben Greear2010-07-161-2/+6
* | | net: fix problem in reading sock TX queueTom Herbert2010-07-152-10/+4
* | | net/core: neighbour update OopsDoug Kehn2010-07-151-1/+4
* | | net: skb_tx_hash() fix relative to skb_orphan_try()Eric Dumazet2010-07-151-3/+10
* | | rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao2010-07-141-0/+1
* | | xfrm: do not assume that template resolving always returns xfrmsTimo Teräs2010-07-141-2/+13
* | | axnet_cs: use spin_lock_irqsave in ax_interruptKen Kawasaki2010-07-131-3/+4
* | | dsa: Fix Kconfig dependencies.David S. Miller2010-07-131-1/+1
* | | act_nat: not all of the ICMP packets need an IP header payloadChangli Gao2010-07-131-1/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-132-2/+17
|\ \ \ | | |/ | |/|
| * | ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbsRajkumar Manoharan2010-07-071-2/+6
| * | iwlwifi: remove key information during device restartReinette Chatre2010-07-021-0/+11
* | | r8169: incorrect identifier for a 8168dpFrancois Romieu2010-07-121-1/+1
* | | Phonet: fix skb leak in pipe endpoint accept()Rémi Denis-Courmont2010-07-091-0/+1
* | | Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo2010-07-091-0/+5
* | | Bluetooth: Reset the security level after an authentication failureJohan Hedberg2010-07-091-0/+2
* | | Bluetooth: Check L2CAP pending status before sending connect requestAndrei Emeltchenko2010-07-091-3/+11
* | | NET: SB1250: Initialize .ownerRalf Baechle2010-07-081-0/+1
* | | vxge: show startup message with KERN_INFOWu Fengguang2010-07-071-2/+2
* | | ll_temac: Fix missing iounmapsDenis Kirjanov2010-07-071-5/+13
* | | bridge: Clear IPCB before possible entry into IP stackHerbert Xu2010-07-071-0/+3
* | | bridge br_multicast: BUG: unable to handle kernel NULL pointer dereferenceHerbert Xu2010-07-061-9/+12
* | | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is definedBen Hutchings2010-07-061-1/+1
* | | net/ne: fix memory leak in ne_drv_probe()Kulikov Vasiliy2010-07-061-1/+3
* | | xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-042-0/+4
* | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2010-07-033-48/+58
|\ \ \ | | |/ | |/|
| * | vhost: add unlikely annotations to error pathMichael S. Tsirkin2010-07-012-28/+29
| * | vhost: break out of polling loop on errorMichael S. Tsirkin2010-06-273-22/+31
* | | virtio_net: fix oom handling on txRusty Russell2010-07-031-8/+13
* | | virtio_net: do not reschedule rx refill foreverMichael S. Tsirkin2010-07-031-4/+3
* | | s2io: resolve statistics issuesJon Mason2010-07-032-41/+64
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-07-031-2/+4
|\ \ \
| * | | netfilter: ip6t_REJECT: fix a dst leak in ipv6 REJECTEric Dumazet2010-07-021-2/+4
* | | | linux/net.h: fix kernel-doc warningsRandy Dunlap2010-07-031-2/+1
* | | | net: decreasing real_num_tx_queues needs to flush qdiscJohn Fastabend2010-07-034-5/+30
* | | | sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lockJohn Fastabend2010-07-031-2/+10