summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-10/+148
2010-12-15p54usb: New USB ID for Gemtek WUBI-100GWEduardo Costa1-0/+1
2010-12-15net: Abstract default MTU metric calculation behind an accessor.David S. Miller6-39/+60
2010-12-14Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller12-30/+842
2010-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller114-2331/+4237
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller11-33/+75
2010-12-13net: change ip_default_ttl documentationEric Dumazet1-1/+3
2010-12-13pch_can: Replace netif_rx to netif_receive_skbTomoya1-1/+1
2010-12-13pch_can: Add setting TEC/REC statistics processingTomoya1-0/+3
2010-12-13pch_can: Optimize "if" condition in rx/tx processingTomoya1-16/+10
2010-12-13pch_can: Fix incorrect return processingTomoya1-9/+10
2010-12-13pch_can: Move MSI processing to probe/remove processingTomoya1-15/+14
2010-12-13pch_can: Comment optimizationTomoya1-7/+7
2010-12-13pch_can: Fix miss-setting status issueTomoya1-1/+1
2010-12-13pch_can: Fix bit timing calculation issueTomoya1-4/+2
2010-12-13pch_can: Delete unnecessary/redundant codeTomoya1-12/+1
2010-12-13pch_can: Fix coding rule violationTomoya1-24/+21
2010-12-13pch_can: Replace netdev_dbg instead of dev_dbg partlyTomoya1-8/+8
2010-12-13pch_can: Change Copyright and module descriptionTomoya1-2/+2
2010-12-13pch_can: Reduce register accessTomoya1-34/+21
2010-12-13pch_can: Change functions typeTomoya1-8/+10
2010-12-13pch_can: Rename function/macro nameTomoya1-99/+77
2010-12-13pch_can: Fix warningsTomoya1-73/+73
2010-12-13pch_can: Improve rx processingTomoya1-76/+82
2010-12-13pch_can: Fix endianness issueTomoya1-27/+20
2010-12-13pch_can: Divide poll functionTomoya1-36/+35
2010-12-13pch_can: Add flow control processingTomoya1-19/+12
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville114-2331/+4237
2010-12-13net: add limits to ip_default_ttlEric Dumazet1-2/+5
2010-12-13mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski1-1/+4
2010-12-13p54usb: add 5 more USBIDsChristian Lamparter1-0/+5
2010-12-13mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey1-0/+4
2010-12-13libertas: fix potential NULL-pointer dereferenceSven Neumann1-1/+1
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2-2/+5
2010-12-13ehea: Use the standard logging functionsJoe Perches5-297/+278
2010-12-13ipv4: Don't pre-seed hoplimit metric.David S. Miller11-27/+21
2010-12-13ipv6: Demark default hoplimit as zero.David S. Miller1-3/+1
2010-12-13net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller8-9/+22
2010-12-13ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller3-2/+4
2010-12-13pppoe.c: Fix kernel panic caused by __pppoe_xmitAndrej Ota1-1/+1
2010-12-13WAN: Fix a TX IRQ causing BUG() in PC300 and PCI200SYN drivers.Krzysztof Halasa1-1/+4
2010-12-13bnx2x: Advance a version number to 1.60.01-0Vladislav Zolotarov1-2/+2
2010-12-13bnx2x: Fixed a compilation warningVladislav Zolotarov1-2/+2
2010-12-13bnx2x: LSO code was broken on BE platformsVladislav Zolotarov1-16/+26
2010-12-13qlge: Fix deadlock when cancelling worker.Ron Mercer3-8/+6
2010-12-13Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller1-1/+2
2010-12-12hostap: don't use flush_scheduled_work()Tejun Heo2-1/+10
2010-12-12i2400m: drop i2400m_schedule_work()Tejun Heo4-96/+21
2010-12-12sungem: update gp->reset_task flushingTejun Heo1-8/+4
2010-12-12igb[v],ixgbe: don't use flush_scheduled_work()Tejun Heo3-10/+17