summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | mwifiex: add NULL checks in driver unload pathAmitkumar Karwar2012-02-062-5/+10
| | | * | ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan2012-02-031-4/+5
| | | * | mwifiex: handle association failure case correctlyAmitkumar Karwar2012-02-031-1/+7
| | | * | ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville2012-02-031-1/+1
| * | | | gro: more generic L2 header checkEric Dumazet2012-02-091-2/+8
| * | | | IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier2012-02-093-47/+24Star
| |/ / /
| * | | net: enable TC35815 for MIPS againAtsushi Nemoto2012-02-071-1/+1
| * | | net: sh_eth: fix skb_over_panic happenYoshihiro Shimoda2012-02-072-4/+3Star
| * | | net: Fix build regression when INET_UDP_DIAG=y and IPV6=mAnisse Astier2012-02-071-1/+1
| * | | bnx2x: Fix mem leak in bnx2x_tpa_stop() if build_skb() fails.Jesper Juhl2012-02-071-2/+1Star
| * | | CONFIG_TR/CONFIG_LLC: work around the problem with selectAl Viro2012-02-071-1/+4
| * | | Revert "skge: check for PCI dma mapping errors"stephen hemminger2012-02-071-58/+13Star
| * | | mlx4: fix DMA mapping leak when allocation failsThadeu Lima de Souza Cascardo2012-02-061-1/+5
| * | | mlx4: allow device removal by fixing dma unmap sizeThadeu Lima de Souza Cascardo2012-02-063-4/+6
| * | | mlx4_core: use correct port for steeringEugenia Emantayev2012-02-061-6/+6
| * | | mlx4_core: use correct flag for unicast_promiscEugenia Emantayev2012-02-061-2/+2
| * | | mlx4_core: fix memory leak at multi_func_cleanupEugenia Emantayev2012-02-061-5/+5
| * | | via-velocity: S3 resume fix.David Lv2012-02-051-3/+0Star
| * | | ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-052-0/+14
| * | | tcp_v4_send_reset: binding oif to iif in no sock caseShawn Lu2012-02-051-0/+5
| * | | netprio_cgroup: Fix obo in get_prioidxNeil Horman2012-02-041-3/+4
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-02-047-18/+29
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-037-18/+29
| | |\| |
| | | * | mac80211: timeout a single frame in the rx reorder bufferEliad Peller2012-02-011-1/+1
| | | * | iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach2012-02-013-3/+11
| | | * | ssb: fix cardbus slot in hostmodeHauke Mehrtens2012-02-011-1/+1
| | | * | iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville2012-02-011-1/+1
| | | * | rt2800lib: fix wrong -128dBm when signal is stronger than -12dBmLuigi Tarenga2012-02-011-4/+4
| | | * | bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl2012-02-011-8/+11
| * | | | ixgbe: Fix typo in ixgbe_common.hMasanari Iida2012-02-031-1/+1
| * | | | igbvf: change copyright dateMitch A Williams2012-02-0310-11/+11
| * | | | ixgbevf: Update copyright noticesGreg Rose2012-02-0310-11/+11
| * | | | ixgbevf: Fix mailbox interrupt ack bugGreg Rose2012-02-032-6/+21
| * | | | ixgbe: make ethtool strings table constStephen Hemminger2012-02-031-1/+1
| * | | | ixgbe: Add warning when no space left for more MAC filtersGreg Rose2012-02-031-0/+3
| * | | | ixgbe: update copyright to 2012Don Skidmore2012-02-0325-26/+26
| |/ / /
| * | | can: peak_pci: Fix the way channels are linked togetherStephane Grosjean2012-02-031-14/+9Star
| * | | can: ems_usb: Removed double netif_device_detachSebastian Haas2012-02-031-9/+0Star
| * | | can: pch_can: fix error passive level testXi Wang2012-02-031-1/+2
| * | | can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger2012-02-031-1/+2
| * | | can: cc770: Fix indirect access deadlock on ISA cardsWolfgang Zarre2012-02-031-1/+15
| * | | can: cc770: store echo skb before starting the transferWolfgang Grandegger2012-02-031-1/+3
| * | | can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger2012-02-031-1/+6
| * | | caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin2012-02-021-4/+6
| * | | caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.sjur.brandeland@stericsson.com2012-02-021-9/+3Star
| * | | net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang2012-02-023-5/+18
| * | | net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessaryHaiyang Zhang2012-02-021-4/+4
| * | | drivers/net/ethernet/ti: Move call to PTR_ERR after reassignmentJulia Lawall2012-02-022-2/+3
| * | | net/hyperv: fix the issue that large packets be dropped under bridgeWei Yongjun2012-02-021-0/+19
| * | | tcp: properly initialize tcp memory limitsJason Wang2012-02-022-8/+2Star