aboutsummaryrefslogtreecommitdiffstats
path: root/fs/squashfs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-03can: dev: let can_get_echo_skb() return dlc of CAN frameMarc Kleine-Budde2-2/+10
2012-02-03can: ems_usb: Removed double netif_device_detachSebastian Haas1-9/+0
2012-02-03can: peak_pci: Fix the way channels are linked togetherStephane Grosjean1-14/+9
2012-02-03can: ems_usb: Removed double netif_device_detachSebastian Haas1-9/+0
2012-02-03can: pch_can: fix error passive level testXi Wang1-1/+2
2012-02-03can: ti_hecc: use netif_rx in the interruptWolfgang Grandegger1-1/+2
2012-02-03can: cc770: Fix indirect access deadlock on ISA cardsWolfgang Zarre1-1/+15
2012-02-03can: cc770: store echo skb before starting the transferWolfgang Grandegger1-1/+3
2012-02-03can: flexcan: fix irq flooding by clearing all interrupt sourcesWolfgang Grandegger1-1/+6
2012-02-02eicon: fix -Warray-bounds warningDanny Kukawka1-30/+30
2012-02-02qeth: Move away from using neighbour entries in qeth_l3_fill_header()David Miller1-19/+16
2012-02-02caif: Bugfix double kfree_skb upon xmit failureDmitry Tarnyagin1-4/+6
2012-02-02caif: Bugfix list_del_rcu race in cfmuxl_ctrlcmd.sjur.brandeland@stericsson.com1-9/+3
2012-02-02net/hyperv: Fix the page buffer when an RNDIS message goes beyond page boundaryHaiyang Zhang3-5/+18
2012-02-02net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when necessaryHaiyang Zhang1-4/+4
2012-02-02drivers/net/ethernet/ti: Move call to PTR_ERR after reassignmentJulia Lawall2-2/+3
2012-02-02net/hyperv: fix the issue that large packets be dropped under bridgeWei Yongjun1-0/+19
2012-02-02tcp: properly initialize tcp memory limitsJason Wang2-8/+2
2012-02-01bna: Implement ethtool flash_device entry point.Krishna Gudipati2-0/+43
2012-02-01atm: clip: Convert over to dst_neigh_lookup().David S. Miller1-4/+13
2012-02-01decnet: Add missing neigh->ha locking to dn_neigh_output_packet()David S. Miller1-9/+15
2012-02-01ipv6: Remove never used function inet6_ac_check().David S. Miller2-30/+0
2012-02-01PATCH V2 net-next] net: dev: Convert printks to pr_<level>Joe Perches1-55/+39
2012-02-01mac80211: timeout a single frame in the rx reorder bufferEliad Peller1-1/+1
2012-02-01iwlwifi: don't mess up QoS counters with non-QoS framesEmmanuel Grumbach3-3/+11
2012-02-01ssb: fix cardbus slot in hostmodeHauke Mehrtens1-1/+1
2012-02-01iwlwifi: make "Tx aggregation enabled on ra =" be at DEBUG levelJohn W. Linville1-1/+1
2012-02-01rt2800lib: fix wrong -128dBm when signal is stronger than -12dBmLuigi Tarenga1-4/+4
2012-02-01bcma: Fix mem leak in bcma_bus_scan()Jesper Juhl1-8/+11
2012-02-01ethtool: Null-terminate filename passed to ethtool_ops::flash_deviceBen Hutchings2-5/+3
2012-02-01vmxnet3: Fix typo in vmxnet3_drv.cMasanari Iida1-1/+1
2012-02-01atm: Fix typo in lanai.cMasanari Iida1-1/+1
2012-02-01net: Disambiguate kernel messageArun Sharma3-12/+26
2012-02-01hamradio: fix incompatible pointer in module parameterDanny Kukawka2-2/+2
2012-02-01net/hyperv: rx_bytes should account the ether header sizeWei Yongjun1-1/+1
2012-02-01be2net: add descriptions for stat counters reported via ethtoolSathya Perla4-18/+74
2012-02-01ixgbe: Add module parameter to allow untested and unsafe SFP+ modulesPeter P Waskiewicz Jr3-3/+20
2012-02-01netpoll: Neaten MAX_SKB_SIZE macroJoe Perches1-3/+5
2012-02-01netpoll: Convert printks to np_<level> and add pr_fmtJoe Perches1-35/+28
2012-02-01mISDN: use memchr_invAkinobu Mita1-13/+3
2012-02-01tcp: md5: RST: getting md5 key from listenerShawn Lu2-5/+83
2012-02-01xfrm6: remove unneeded NULL check in __xfrm6_output()Dan Carpenter1-1/+1
2012-02-01tcp: md5: protects md5sig_info with RCUEric Dumazet4-15/+22
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches86-192/+63
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches60-233/+77
2012-01-31net: fec: correct phy_name buffer length when init phy_nameRichard Zhao1-1/+1
2012-01-31tcp: md5: use sock_kmalloc() to limit md5 keysEric Dumazet1-2/+4
2012-01-31tcp: md5: rcu conversionEric Dumazet5-335/+141
2012-01-31tcp: md5: remove obsolete md5_add() methodEric Dumazet3-21/+0
2012-01-31r8169: spinlock redux.Francois Romieu1-8/+0