1. abb17e6 netlink: use <linux/export.h> instead of <linux/module.h> by Pablo Neira Ayuso · 12 years ago
  2. 0bfd607 sunbmac: Remove unused local variable. by David S. Miller · 12 years ago
  3. 10f3f51 team: send port changed when added by Jiri Pirko · 12 years ago
  4. 5e95377 ipconfig: add nameserver IPs to kernel-parameter ip= by Christoph Fritz · 12 years ago
  5. 42d94dc net: qmi_wwan: adding Huawei E367, ZTE MF683 and Pantech P4200 by Bjørn Mork · 12 years ago
  6. fc18162 l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y by Amerigo Wang · 12 years ago
  7. b216a4d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  8. 127a479 net1080: Neaten netdev_dbg use by Joe Perches · 12 years ago
  9. 49ae25b USB: remove dbg() usage in USB networking drivers by Greg Kroah-Hartman · 12 years ago
  10. 4308fc5 tcp: Document use of undefined variable. by Alan Cox · 12 years ago
  11. bb68b64 ipv4: Don't add TCP-code in inet_sock_destruct by Christoph Paasch · 12 years ago
  12. 9baa0b0 IB/ipoib: Add rtnl_link_ops support by Or Gerlitz · 12 years ago
  13. b85c715 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next by David S. Miller · 12 years ago
  14. 012dc19 ixgbevf: scheduling while atomic in reset hw path by John Fastabend · 12 years ago
  15. 3118678 ixgbevf: Add support for VF API negotiation by Alexander Duyck · 12 years ago
  16. e546111 igb: Support to enable EEE on all eee_supported devices by Akeem G. Abodunrin · 12 years ago
  17. ae1c07a igb: Remove artificial restriction on RQDPC stat reading by Alexander Duyck · 12 years ago
  18. aee77e4 r8169: use unlimited DMA burst for TX by Michal Schmidt · 12 years ago
  19. 6b10286 ipv6: unify fragment thresh handling code by Amerigo Wang · 12 years ago
  20. d4915c0 ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static inline by Amerigo Wang · 12 years ago
  21. b836c99 ipv6: unify conntrack reassembly expire code with standard one by Amerigo Wang · 12 years ago
  22. c038a76 ipv6: add a new namespace for nf_conntrack_reasm by Amerigo Wang · 12 years ago
  23. 8c4c49d netpoll: call ->ndo_select_queue() in tx path by Amerigo Wang · 12 years ago
  24. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  25. 1d3ff7675 i825xx: znet: fix compiler warnings when building a 64-bit kernel by Mika Westerberg · 12 years ago
  26. 6b78f16 gre: add GSO support by Eric Dumazet · 12 years ago
  27. 2c60db0 net: provide a default dev->ethtool_ops by Eric Dumazet · 12 years ago
  28. 828de4f net: dev: fix incorrect getting net device's name by Gao feng · 12 years ago
  29. 3fd91fb ipv6: recursive check rt->dst.from when call rt6_check_expired by Li RongQing · 12 years ago
  30. b40863c net: more accurate network taps in transmit path by Eric Dumazet · 12 years ago
  31. 4507837 sfc: Avoid generating over-length MC_CMD_FLUSH_RX_QUEUES request by Ben Hutchings · 12 years ago
  32. 25ce200 sfc: Bump version to 3.2 by Ben Hutchings · 12 years ago
  33. e562154 sfc: Expose FPGA bitfile partition through MTD by Ben Hutchings · 13 years ago
  34. e3f5ec1 sfc: Support variable-length response to MCDI GET_BOARD_CFG by Ben Hutchings · 13 years ago
  35. bfeed90 sfc: Convert firmware subtypes to native byte order in efx_mcdi_get_board_cfg() by Ben Hutchings · 12 years ago
  36. 7c236c4 sfc: Add support for IEEE-1588 PTP by Stuart Hodgson · 12 years ago
  37. 576eda8 sfc: Fix maximum array sizes for various MCDI commands by Ben Hutchings · 12 years ago
  38. adccff3 net/tipc/name_table.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  39. a2bf91b net/openvswitch/vport.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  40. 4c83501 net/ieee802154/6lowpan.c: Remove unecessary semicolon by Peter Senna Tschudin · 12 years ago
  41. b4516a2 llc: Remove stray reference to sysctl_llc_station_ack_timeout. by David S. Miller · 12 years ago
  42. 12ebc8b llc2: Collapse remainder of state machine into simple if-else if-statement by Ben Hutchings · 12 years ago
  43. da31888 llc2: Remove explicit indexing of state action arrays by Ben Hutchings · 12 years ago
  44. 5ecf9ee llc2: Remove the station send queue by Ben Hutchings · 12 years ago
  45. 04d191c llc2: Collapse the station event receive path by Ben Hutchings · 12 years ago
  46. 025e363 llc2: Remove dead code for state machine by Ben Hutchings · 12 years ago
  47. cc6328d llc2: Remove pointless indirection through llc_stat_state_trans_end by Ben Hutchings · 12 years ago
  48. e04dae8 af_unix: old_cred is surplus by Alan Cox · 12 years ago
  49. e57b8bd igb: Add 1588 support to I210/I211. by Matthew Vick · 12 years ago
  50. 1f6e817 igb: Prevent dropped Tx timestamps via work items and interrupts. by Matthew Vick · 12 years ago
  51. 201987e igb: Store the MAC address in the name in the PTP struct. by Matthew Vick · 12 years ago
  52. a918802 igb: Correct PTP support query from ethtool. by Matthew Vick · 12 years ago
  53. a79f4f8 igb: Update PTP function names/variables and locations. by Matthew Vick · 12 years ago
  54. 3c89f6d igb: Tidy up wrapping for CONFIG_IGB_PTP. by Matthew Vick · 12 years ago
  55. ba01dfe Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  56. e975639 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next by David S. Miller · 12 years ago
  57. 4ffdf91 ixgbe: Improve statistics accuracy for DDP traffic by Mark Rustad · 12 years ago
  58. 91fbd8f ixgbe: added reg_ops file to debugfs by Catherine Sullivan · 12 years ago
  59. 826ff0d ixgbe: added netdev_ops file to debugfs by Catherine Sullivan · 12 years ago
  60. 0094916 ixgbe: add debugfs support by Catherine Sullivan · 12 years ago
  61. d6ea075 ixgbe: fix reporting of spoofed packets by Emil Tantilov · 12 years ago
  62. 9f66d3e ixgbe: Fix VF rate limiting to correctly account for more queues per VF by Alexander Duyck · 12 years ago
  63. b35d4d4 ixgbe: Fix ordering of things so that PF correctly configures its VLANs by Alexander Duyck · 12 years ago
  64. 2f66fd3 e1000: add byte queue limits by Otto Estuardo Solares Cabrera · 12 years ago
  65. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  66. 3f0c3c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
  67. 9cb0ee8 Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86 by Linus Torvalds · 12 years ago
  68. 5b799dd Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  69. 1547cb8 Merge tag 'ecryptfs-3.6-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  70. 1568d9f Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 12 years ago
  71. 1c23ce7 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 12 years ago
  72. dd383af Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
  73. 889cb3b Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  74. 7ef6e97 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  75. 7076cca Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. a1362d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  77. 4bca55d Merge tag 'usb-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  78. fe59d29 Merge tag 'tty-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  79. f2378e3 Merge tag 'staging-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  80. 0462bfc Merge tag 'driver-core-3.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  81. 55815f7 vfs: make O_PATH file descriptors usable for 'fstat()' by Linus Torvalds · 12 years ago
  82. 9316f0e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  83. 8335eaf eCryptfs: Copy up attributes of the lower target inode after rename by Tyler Hicks · 12 years ago
  84. 64e6651 eCryptfs: Call lower ->flush() from ecryptfs_flush() by Tyler Hicks · 12 years ago
  85. 7149f25 eCryptfs: Write out all dirty pages just before releasing the lower file by Tyler Hicks · 12 years ago
  86. 5f71a3e i2c: algo: pca: Fix mode selection for PCA9665 by Thomas Kavanagh · 12 years ago
  87. 4a5b2b2 MAINTAINERS: fix tree for current i2c-embedded development by Wolfram Sang · 12 years ago
  88. 610bd7d drm/nouveau: fix booting with plymouth + dumb support by Dave Airlie · 12 years ago
  89. 363fca8 Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 12 years ago
  90. 6af773e pktgen: fix crash with vlan and packet size less than 46 by Nishank Trivedi · 12 years ago
  91. 7f2e6a5 drivers/isdn/gigaset/common.c: Remove useless kfree by Peter Senna Tschudin · 12 years ago
  92. 5744dd9 ipv6: replace write lock with read lock when get route info by Li RongQing · 12 years ago
  93. fb0af4c ipv6: route templates can be const by Eric Dumazet · 12 years ago
  94. eceeb43 thinkpad_acpi: buffer overflow in fan_get_status() by Dan Carpenter · 12 years ago
  95. f661848 eeepc-laptop: fix device reference count leakage in eeepc_rfkill_hotplug() by Jiang Liu · 12 years ago
  96. 3f5449b platform/x86: fix asus_laptop.wled_type description by Maxim Nikulin · 12 years ago
  97. 8871e99 asus-laptop: HRWS/HWRS typo by Corentin Chary · 12 years ago
  98. 689db78 drivers-platform-x86: remove useless #ifdef CONFIG_ACPI_VIDEO by Corentin Chary · 12 years ago
  99. e6d9d3d apple-gmux: Fix port address calculation in gmux_pio_write32() by Seth Forshee · 12 years ago
  100. c5a5052 apple-gmux: Fix index read functions by Bernhard Froemel · 12 years ago