1. db31c55 net: clamp ->msg_namelen instead of returning an error by Dan Carpenter · 11 years ago
  2. ec6f809 af_packet: block BH in prb_shutdown_retire_blk_timer() by Veaceslav Falico · 11 years ago
  3. 006da7b0 macvtap: Do not double-count received packets by Vlad Yasevich · 11 years ago
  4. dff345c5 be2net: call napi_disable() for all event queues by Ivan Vecera · 11 years ago
  5. 71237b6 Revert "be2net: call napi_disable() for all event queues" by David S. Miller · 11 years ago
  6. 55485e7 be2net: call napi_disable() for all event queues by Ivan Vecera · 11 years ago
  7. 39af0c4 net: remove outdated comment for ipv4 and ipv6 protocol handler by Baker Zhang · 11 years ago
  8. bc9627e via-velocity: fix netif_receive_skb use in irq disabled section. by françois romieu · 11 years ago
  9. e63e60b Merge branch 'fixes-for-3.13-20131127' of git://gitorious.org/linux-can/linux-can by David S. Miller · 11 years ago
  10. ae5e812 xen-netback: include definition of csum_ipv6_magic by Andy Whitcroft · 11 years ago
  11. 6602831 sit: use kfree_skb to replace dev_kfree_skb by Gao feng · 11 years ago
  12. cd3e22b macvtap: fix tx_dropped counting error by Jason Wang · 11 years ago
  13. 167f76a phy: Add Vitesse 8514 phy ID by Shaohui Xie · 11 years ago
  14. 6eabca5 sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurements by Xufeng Zhang · 11 years ago
  15. 5e53e68 genetlink/pmcraid: use proper genetlink multicast API by Johannes Berg · 11 years ago
  16. 0f0e215 genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups() by Geert Uytterhoeven · 11 years ago
  17. a2f4dfb tg3: Convert to use hwmon_device_register_with_groups by Guenter Roeck · 11 years ago
  18. fe9d04a bonding: disable arp and enable mii monitoring when bond change to no uses arp mode by dingtianhong · 11 years ago
  19. 31e20ba diag: warn about missing first netlink attribute by Nicolas Dichtel · 11 years ago
  20. 1a3e517 can: flexcan: use correct clock as base for bit rate calculation by Marc Kleine-Budde · 11 years ago
  21. 7ee330c can: c_can: fix calculation of transmitted bytes on tx complete by Holger Bechtold · 11 years ago
  22. e35d46a can: c_can: don't call pm_runtime_get_sync() from interrupt context by Marc Kleine-Budde · 11 years ago
  23. 2fea6cd can: sja1000: fix {pre,post}_irq() handling and IRQ handler return value by Oliver Hartkopp · 11 years ago
  24. 2c7a9dc be2net: Avoid programming permenant MAC by BE3-R VFs by Ajit Khaparde · 11 years ago
  25. 09e83a9 be2net: set coalesce-wm in CQ_CREATE_V2 cmd by Ajit Khaparde · 11 years ago
  26. d4360d6 be2net: Disabling and enabling interrupts in suspend and resume by Ajit Khaparde · 11 years ago
  27. 4d0820c sch_tbf: handle too small burst by Eric Dumazet · 11 years ago
  28. 1fa4c71 ipv6: fix leaking uninitialized port number of offender sockaddr by Hannes Frederic Sowa · 11 years ago
  29. 85fbaa7 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  30. ca15a07 sit: generate icmpv6 error when receiving icmpv4 error by Oussama Ghorbel · 11 years ago
  31. fb10f80 tcp_memcg: remove useless var old_lim by Gao feng · 11 years ago
  32. b8ee93b gro: Clean up tcpX_gro_receive checksum verification by Herbert Xu · 11 years ago
  33. cc5c00b gro: Only verify TCP checksums for candidates by Herbert Xu · 11 years ago
  34. d6c4161 net: sctp: find the correct highest_new_tsn in sack by Chang Xiangzhong · 11 years ago
  35. 9d8506c gso: handle new frag_list of frags GRO packets by Herbert Xu · 11 years ago
  36. 91398a0 genetlink: fix genl_set_err() group ID by Johannes Berg · 11 years ago
  37. 220815a genetlink: fix genlmsg_multicast() bug by Johannes Berg · 11 years ago
  38. e40526c packet: fix use after free race in send path when dev is released by Daniel Borkmann · 11 years ago
  39. db739ef xen-netback: stop the VIF thread before unbinding IRQs by David Vrabel · 11 years ago
  40. aec6f90 wimax: remove dead code by Michael Opdenacker · 11 years ago
  41. 78ef359 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 11 years ago
  42. cd2cc01 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 11 years ago
  43. 7acd718 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
  44. 3fb69bc net/phy: Add the autocross feature for forced links on VSC82x4 by Madalin Bucur · 11 years ago
  45. 06ae4f8 net/phy: Add VSC8662 support by Sandeep Singh · 11 years ago
  46. c2efef7 net/phy: Add VSC8574 support by shaohui xie · 11 years ago
  47. 0508019 net/phy: Add VSC8234 support by Andy Fleming · 11 years ago
  48. 68c6beb net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_storage) by Hannes Frederic Sowa · 11 years ago
  49. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  50. f873042 bridge: flush br's address entry in fdb when remove the by Ding Tianhong · 10 years ago
  51. d2615bf net: core: Always propagate flag changes to interfaces by Vlad Yasevich · 11 years ago
  52. dcdfdf5 ipv4: fix race in concurrent ip_route_input_slow() by Alexei Starovoitov · 11 years ago
  53. 4f837c3 Merge branch 'r8152' by David S. Miller · 11 years ago
  54. 500b6d7 r8152: fix incorrect type in assignment by hayeswang · 11 years ago
  55. dd1b119 r8152: support stopping/waking tx queue by hayeswang · 11 years ago
  56. 6159878 r8152: modify the tx flow by hayeswang · 11 years ago
  57. 7937f9e r8152: fix tx/rx memory overflow by hayeswang · 11 years ago
  58. b4789b8 aacraid: prevent invalid pointer dereference by Mahesh Rajashekhara · 11 years ago
  59. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  60. 4457e6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 11 years ago
  61. e87e7be Merge tag 'please-pull-fixia64' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux by Linus Torvalds · 11 years ago
  62. 24b9fdc kernel/bounds: avoid circular dependencies in generated headers by Kirill A. Shutemov · 11 years ago
  63. 091e066 Merge branch 'genetlink_mcast' by David S. Miller · 11 years ago
  64. 2a94fe4 genetlink: make multicast groups const, prevent abuse by Johannes Berg · 11 years ago
  65. 68eb550 genetlink: pass family to functions using groups by Johannes Berg · 11 years ago
  66. 62b68e9 genetlink: add and use genl_set_err() by Johannes Berg · 11 years ago
  67. c2ebb90 genetlink: remove family pointer from genl_multicast_group by Johannes Berg · 11 years ago
  68. 06fb555 genetlink: remove genl_unregister_mc_group() by Johannes Berg · 11 years ago
  69. 03ed382 hsr: don't call genl_unregister_mc_group() by Johannes Berg · 11 years ago
  70. 2ecf753 quota/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  71. e5dcecb drop_monitor/genetlink: use proper genetlink multicast APIs by Johannes Berg · 11 years ago
  72. c53ed74 genetlink: only pass array to genl_register_family_with_ops() by Johannes Berg · 11 years ago
  73. dbde497 tcp: don't update snd_nxt, when a socket is switched from repair mode by Andrey Vagin · 11 years ago
  74. b5de4a2 atm: idt77252: fix dev refcnt leak by Ying Xue · 11 years ago
  75. 236c9f8 xfrm: Release dst if this dst is improper for vti tunnel by fan.du · 11 years ago
  76. 840e93f2 netlink: fix documentation typo in netlink_set_err() by Johannes Berg · 11 years ago
  77. dec8e46 Merge tag 'arc-v3.13-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 11 years ago
  78. 806dace Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 11 years ago
  79. cdc7ef8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 11 years ago
  80. 9066d9b Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  81. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. acab78b netfilter: ebt_ip6: fix source and destination matching by Luís Fernando Cornachioni Estrozi · 11 years ago
  83. 801a760 seq_file: always clear m->count when we free m->buf by Al Viro · 11 years ago
  84. 27b5c3f Merge git://www.linux-watchdog.org/linux-watchdog by Linus Torvalds · 11 years ago
  85. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  86. 1ea406c Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 11 years ago
  87. a709bd5 Merge tag 'for-v3.13' of git://git.infradead.org/battery-2.6 by Linus Torvalds · 11 years ago
  88. 3ea369e Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  89. 6a328f3 sparc64: merge fix by Stephen Rothwell · 11 years ago
  90. a310410 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  91. 6469c84 sparc64: fix build regession by Kirill A. Shutemov · 11 years ago
  92. cdd278d Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edac by Linus Torvalds · 11 years ago
  93. 794e96e Merge tag 'edac_for_3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp by Linus Torvalds · 11 years ago
  94. c2ac2ae Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  95. d11a347 be2net: Delete secondary unicast MAC addresses during be_close by Ajit Khaparde · 11 years ago
  96. 012bd38 be2net: Fix unconditional enabling of Rx interface options by Ajit Khaparde · 11 years ago
  97. 0f13b66 net, virtio_net: replace the magic value by Zhi Yong Wu · 11 years ago
  98. cf970c0 ping: prevent NULL pointer dereference on write to msg_name by Hannes Frederic Sowa · 11 years ago
  99. 4861292 Merge branch 'bnx2x' by David S. Miller · 11 years ago
  100. 6ffa39f bnx2x: Prevent "timeout waiting for state X" by Dmitry Kravkov · 11 years ago