1. 29cd8ae dcbnl: fix various netlink info leaks by Mathias Krause · 12 years ago
  2. 84d73cd rtnl: fix info leak on RTM_GETLINK request for VF devices by Mathias Krause · 12 years ago
  3. c085c49 bridge: fix mdb info leaks by Mathias Krause · 12 years ago
  4. 84421b9 tg3: Update link_up flag for phylib devices by Nithin Sujir · 12 years ago
  5. ddf6435 ipv6: stop multicast forwarding to process interface scoped addresses by Hannes Frederic Sowa · 12 years ago
  6. 3bc1b1a bridging: fix rx_handlers return code by Cristian Bercaru · 12 years ago
  7. a6a8fe9 netlabel: fix build problems when CONFIG_IPV6=n by Paul Moore · 12 years ago
  8. f394793 drivers/isdn: checkng length to be sure not memory overflow by Chen Gang · 12 years ago
  9. 2e85d67 net/rds: zero last byte for strncpy by Chen Gang · 12 years ago
  10. d9169323 bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenario by Yaniv Rosner · 12 years ago
  11. 5f3347e bnx2x: Fix intermittent long KR2 link up time by Yaniv Rosner · 12 years ago
  12. 87ab7f6 macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode. by Vlad Yasevich · 12 years ago
  13. ba81276 team: unsyc the devices addresses when port is removed by Vlad Yasevich · 12 years ago
  14. fbca58a bridge: add missing vid to br_mdb_get() by Cong Wang · 12 years ago
  15. c10cb5f Fix: sparse warning in inet_csk_prepare_forced_close by Christoph Paasch · 12 years ago
  16. d0d79c3 afkey: fix a typo by Junwei Zhang · 12 years ago
  17. 195ca38 MAINTAINERS: Update qlcnic maintainers list by Sony Chacko · 12 years ago
  18. 0c1233a netlabel: correctly list all the static label mappings by Paul Moore · 12 years ago
  19. 260055b mv643xx_eth: fix for disabled autoneg by Phil Sutter · 12 years ago
  20. 80028ea bonding: fire NETDEV_RELEASE event only on 0 slaves by Veaceslav Falico · 12 years ago
  21. 9cb6cb7 vxlan: fix oops when delete netns containing vxlan by Zang MingJie · 12 years ago
  22. e4fabf2 vmxnet3: prevent div-by-zero panic when ring resizing uninitialized dev by Bhavesh Davda · 12 years ago
  23. c5b1567 Merge branch 'mlx4' by David S. Miller · 12 years ago
  24. a229e48 net/mlx4_en: Disable RFS when running in SRIOV mode by Amir Vadai · 12 years ago
  25. 83a5a6c net/mlx4_en: Cleanup MAC resources on module unload or port stop by Yan Burman · 12 years ago
  26. bfa8ab4 net/mlx4_en: Fix race when setting the device MAC address by Yan Burman · 12 years ago
  27. e7dbeba net/mlx4_core: Fix endianness bug in set_param_l by Jack Morgenstein · 12 years ago
  28. 0081c8f net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is not enabled by Jack Morgenstein · 12 years ago
  29. 3fb817f net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow steering by Jack Morgenstein · 12 years ago
  30. 43b18db Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  31. 8b4cd8a Merge branch 'intel' by David S. Miller · 12 years ago
  32. e60b22c e1000e: fix accessing to suspended device by Konstantin Khlebnikov · 12 years ago
  33. 66148ba e1000e: fix runtime power management transitions by Konstantin Khlebnikov · 12 years ago
  34. 4e0855d e1000e: fix pci-device enable-counter balance by Konstantin Khlebnikov · 12 years ago
  35. f8af75f tun: add a missing nf_reset() in tun_net_xmit() by Eric Dumazet · 12 years ago
  36. 930df2d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  37. c5b3ad4 be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3 by Sathya Perla · 12 years ago
  38. f422d2a net: docs: document multiqueue tuntap API by Jason Wang · 12 years ago
  39. 70e21fe Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc by David S. Miller · 12 years ago
  40. c73e787 sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0 by Ben Hutchings · 12 years ago
  41. 35205b2 sfc: Disable soft interrupt handling during efx_device_detach_sync() by Ben Hutchings · 12 years ago
  42. 32cdd59 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  43. 66d29cb benet: Wait f/w POST until timeout by Gavin Shan · 12 years ago
  44. fa2b04f net/ipv4: Timestamp option cannot overflow with prespecified addresses by David Ward · 12 years ago
  45. d1f41b6 net: reduce net_rx_action() latency to 2 HZ by Eric Dumazet · 12 years ago
  46. 691b3b7 net: fix new kernel-doc warnings in net core by Randy Dunlap · 12 years ago
  47. 88c4c06 reset nf before xmit vxlan encapsulated packet by Zang MingJie · 12 years ago
  48. 76e4cb0 pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligible by Paolo Valente · 12 years ago
  49. 40dd2d5 pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in service by Paolo Valente · 12 years ago
  50. a0143ef pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeue by Paolo Valente · 12 years ago
  51. 2f3b89a pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler is empty by Paolo Valente · 12 years ago
  52. 624b85f pkt_sched: sch_qfq: fix the update of eligible-group sets by Paolo Valente · 12 years ago
  53. 9b99b7e pkt_sched: sch_qfq: properly cap timestamps in charge_actual_service by Paolo Valente · 12 years ago
  54. f74861c net/irda: Raise dtr in non-blocking open by Peter Hurley · 12 years ago
  55. 0b176ce net/irda: Use barrier to set task state by Peter Hurley · 12 years ago
  56. 2f7c069 net/irda: Hold port lock while bumping blocked_open by Peter Hurley · 12 years ago
  57. a4ed2e7 net/irda: Fix port open counts by Peter Hurley · 12 years ago
  58. 0305d06 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net into intel by David S. Miller · 12 years ago
  59. 9f22578 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  60. d7b815d Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  61. 9da060d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  62. e3b5951 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  63. 6516ab6 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  64. 06e79d3 Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 12 years ago
  65. a5e0d73 Merge tag 'md-3.9' of git://neil.brown.name/md by Linus Torvalds · 12 years ago
  66. 603e86f igb: Fix for lockdep issue in igb_get_i2c_client by Carolyn Wyborny · 12 years ago
  67. ed65bdd igb: Fix link setup for I210 devices by Carolyn Wyborny · 12 years ago
  68. e4f7dbb igb: Drop BUILD_BUG_ON check from igb_build_rx_buffer by Alexander Duyck · 12 years ago
  69. e08f626 e1000e: workaround DMA unit hang on I218 by Bruce Allan · 12 years ago
  70. 54c9b225 powerpc: Set DSCR bit in FSCR setup by Michael Neuling · 12 years ago
  71. fa759e9 powerpc: Add DSCR FSCR register bit definition by Michael Neuling · 12 years ago
  72. 57d2316 powerpc: Fix setting FSCR for HV=0 and on secondary CPUs by Michael Neuling · 12 years ago
  73. 8170a83 powerpc: Wireup the kcmp syscall to sys_ni by Tony Breeds · 12 years ago
  74. a74f350 powerpc: Remove unused BITOP_LE_SWIZZLE macro by Akinobu Mita · 12 years ago
  75. 6a40480 powerpc: Avoid link stack corruption in MMU on syscall entry path by Michael Neuling · 12 years ago
  76. 9276dfd drivers/tty/hvc: Use strlcpy instead of strncpy by Chen Gang · 12 years ago
  77. 6b6680c powerpc/pseries/hvcserver: Fix strncpy buffer limit in location code by Chen Gang · 12 years ago
  78. 2777789 powerpc: Fix compile of sha1-powerpc-asm.S on 32-bit by Tony Breeds · 12 years ago
  79. f7f154f hw_random: make buffer usable in scatterlist. by Rusty Russell · 12 years ago
  80. 4f21e7e Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-fixes by John W. Linville · 12 years ago
  81. 5ba0eb4 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  82. aab2b4b tcp: fix double-counted receiver RTT when leaving receiver fast path by Neal Cardwell · 12 years ago
  83. d2123be CAIF: fix sparse warning for caif_usb by Silviu-Mihai Popescu · 12 years ago
  84. 7dac1b5 rds: simplify a warning message by Cong Wang · 12 years ago
  85. acac840 net: fec: fix build error in no MXC platform by Frank Li · 12 years ago
  86. 3e8b0ac net: ipv6: Don't purge default router if accept_ra=2 by Lorenzo Colitti · 12 years ago
  87. de5fb0a net: fec: put tx to napi poll function to fix dead lock by Frank Li · 12 years ago
  88. 3f73686 sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZE by Cong Wang · 12 years ago
  89. ece6b0a rds: limit the size allocated by rds_message_alloc() by Cong Wang · 12 years ago
  90. 9df9e783 netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't set by Paul Bolle · 12 years ago
  91. ed018fa netfilter: xt_AUDIT: only generate audit log when audit enabled by Gao feng · 12 years ago
  92. 2470b36 iwlwifi: mvm: don't warn on normal BAR sending by Emmanuel Grumbach · 12 years ago
  93. 8101a7f iwlwifi: mvm: update the rssi calculation by Emmanuel Grumbach · 12 years ago
  94. f9aa8dd iwlwifi: mvm: ignore STOP_AGG when restarting by Emmanuel Grumbach · 12 years ago
  95. de8bc6d iwlwifi: mvm: Remove overriding calibrations for the 7000 family by Dor Shaish · 12 years ago
  96. 6221d47 iwlwifi: mvm: Take the phy_cfg from the TLV value by Dor Shaish · 12 years ago
  97. e07cbb5 iwlwifi: mvm: Set valid TX antennas value before calib request by Dor Shaish · 12 years ago
  98. 715c998 iwlwifi: mvm: restart the NIC of the cmd queue gets full by Emmanuel Grumbach · 12 years ago
  99. 6dbe51c Linux 3.9-rc1 by Linus Torvalds · 12 years ago
  100. ea882c2 Merge tag 'disintegrate-fbdev-20121220' of git://git.infradead.org/users/dhowells/linux-headers by Linus Torvalds · 12 years ago