1. e337e24 inet: Fix kmemleak in tcp_v4/6_syn_recv_sock and dccp_v4/6_request_recv_sock by Christoph Paasch · 12 years ago
  2. 093d04d ipv6: Change skb->data before using icmpv6_notify() to propagate redirect by Duan Jiong · 12 years ago
  3. 1e9f954 mac802154: fix destructon ordering for ieee802154 devices by Konstantin Khlebnikov · 12 years ago
  4. 8fa45a7 bridge: remove temporary variable for MLDv2 maximum response code computation by Ang Way Chuang · 12 years ago
  5. 8d9ea71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  6. fd62c54 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  7. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  8. eca2a43 bridge: fix icmpv6 endian bug and other sparse warnings by stephen hemminger · 12 years ago
  9. 7bdc1b4 ndisc: Fix padding error in link-layer address option. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  10. 026e43d nfc: remove noisy message from llcp_sock_sendmsg by Dave Jones · 12 years ago
  11. 83aff95 libceph: remove 'osdtimeout' option by Sage Weil · 12 years ago
  12. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  13. 818b930 Merge branches 'for-3.7/upstream-fixes', 'for-3.8/hidraw', 'for-3.8/i2c-hid', 'for-3.8/multitouch', 'for-3.8/roccat', 'for-3.8/sensors' and 'for-3.8/upstream' into for-linus by Jiri Kosina · 12 years ago
  14. eb96d5c SUNRPC handle EKEYEXPIRED in call_refreshresult by Andy Adamson · 12 years ago
  15. 620038f SUNRPC set gss gc_expiry to full lifetime by Andy Adamson · 12 years ago
  16. cfd5675 bridge: add support of adding and deleting mdb entries by Cong Wang · 12 years ago
  17. 37a393b bridge: notify mdb changes via netlink by Cong Wang · 12 years ago
  18. fd0ea7d ndisc: Unexport ndisc_{build,send}_skb(). by YOSHIFUJI Hideaki · 12 years ago
  19. d206e09 Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  20. 1abbe13 pkt_sched: avoid requeues if possible by Eric Dumazet · 12 years ago
  21. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  22. f9c4d42 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
  23. c66cfd5 Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next by John W. Linville · 12 years ago
  24. 75be437 net: gro: avoid double copy in skb_gro_receive() by Eric Dumazet · 12 years ago
  25. 2ce297f bridge: fix seq check in br_mdb_dump() by Cong Wang · 12 years ago
  26. a71258d net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  27. 89c5fa3 net: gro: dev_gro_receive() cleanup by Eric Dumazet · 12 years ago
  28. 7ce0171 Merge branch 'bugfixes' into nfs-for-next by Trond Myklebust · 12 years ago
  29. 8acbcdd minstrel: update stats after processing status by Johannes Berg · 12 years ago
  30. 756933e SUNRPC: remove redundant "linux/nsproxy.h" includes by Stanislav Kinsbursky · 12 years ago
  31. 8e3c1b7 mac80211: a few whitespace fixes by Johannes Berg · 12 years ago
  32. 7c77ab2 net: Allow DCBnl to use other namespaces besides init_net by John Fastabend · 12 years ago
  33. 4b5511e net: remove obsolete simple_strto<foo> by Abhijit Pawar · 12 years ago
  34. 1bf3751 ipv4: ip_check_defrag must not modify skb before unsharing by Johannes Berg · 12 years ago
  35. 2062cc2 bridge: make buffer larger in br_setlink() by Dan Carpenter · 12 years ago
  36. 5e1f542 inet_diag: validate port comparison byte code to prevent unsafe reads by Neal Cardwell · 12 years ago
  37. f67caec inet_diag: avoid unsafe and nonsensical prefix matches in inet_diag_bc_run() by Neal Cardwell · 12 years ago
  38. 405c005 inet_diag: validate byte code to prevent oops in inet_diag_bc_run() by Neal Cardwell · 12 years ago
  39. 1c95df8 inet_diag: fix oops for IPv4 AF_INET6 TCP SYN-RECV state by Neal Cardwell · 12 years ago
  40. 65d2897 caif_usb: Make the driver name check more efficient by Ben Hutchings · 12 years ago
  41. 4066363 caif_usb: Check driver name before reading driver state in netdev notifier by Ben Hutchings · 12 years ago
  42. fc70fb6 net: Handle encapsulated offloads before fragmentation or handing to lower dev by Alexander Duyck · 12 years ago
  43. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  44. ba50166 Merge branch 'tipc_net-next_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by David S. Miller · 12 years ago
  45. 0fef8f2 tipc: refactor accept() code for improved readability by Paul Gortmaker · 12 years ago
  46. 258f866 tipc: add lock nesting notation to quiet lockdep warning by Ying Xue · 12 years ago
  47. cbab368 tipc: eliminate connection setup for implied connect in recv_msg() by Ying Xue · 12 years ago
  48. 584d24b tipc: introduce non-blocking socket connect by Ying Xue · 12 years ago
  49. 7e6c131 tipc: consolidate connection-oriented message reception in one function by Ying Xue · 12 years ago
  50. bc87911 tipc: standardize across connect/disconnect function naming by Paul Gortmaker · 12 years ago
  51. e643df1 tipc: change sk_receive_queue upper limit by Jon Maloy · 12 years ago
  52. c3c7c25 net: gro: fix possible panic in skb_gro_receive() by Eric Dumazet · 12 years ago
  53. 93b174a tcp: bug fix Fast Open client retransmission by Yuchung Cheng · 12 years ago
  54. ee07c6e bridge: export multicast database via netlink by Cong Wang · 12 years ago
  55. 9da3d47 tipc: eliminate aggregate sk_receive_queue limit by Ying Xue · 12 years ago
  56. 45122ca26 sctp: Add RCU protection to assoc->transport_addr_list by Thomas Graf · 12 years ago
  57. 0b0fe91 sctp: proc: protect bind_addr->address_list accesses with rcu_read_lock() by Thomas Graf · 12 years ago
  58. 36f0ffa Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  59. 8024dc1 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
  60. f5f417c sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=y by Christoph Paasch · 12 years ago
  61. 8caaf7b ipv4/route/rtnl: get mcast attributes when dst is multicast by Nicolas Dichtel · 12 years ago
  62. e3d8fab net: call notifiers for mtu change even if iface is not up by Jiri Pirko · 12 years ago
  63. e7d83ed wext: explicitly cast -110 to u8 by Johannes Berg · 12 years ago
  64. 4529eef HID: hidp: fallback to input session properly if hid is blacklisted by Lamarque V. Souza · 12 years ago
  65. 50c16e2 mac80211: warn only once if ampdu_action isn't assigned by Chaitanya · 12 years ago
  66. c008413 tipc: remove obsolete flush of stale reassembly buffer by Erik Hugne · 12 years ago
  67. 9e2b29d rfkill: remove __dev* attributes by Bill Pemberton · 12 years ago
  68. 403e167 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  69. 55cb079 Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-3.0 by John W. Linville · 12 years ago
  70. 0b7dff4 mac80211: cancel work instead of waiting for it to do nothing by Johannes Berg · 12 years ago
  71. 815b809 mac80211: don't drop mesh peering frames from unknown STA by Marco Porsch · 12 years ago
  72. b93196d net: fix some compiler warning in net/core/neighbour.c by Cong Wang · 12 years ago
  73. c05eecf SUNRPC: Don't allow low priority tasks to pre-empt higher priority ones by Trond Myklebust · 12 years ago
  74. 1e1093c NFSv4.1: Don't mess with task priorities in nfs41_setup_sequence by Trond Myklebust · 12 years ago
  75. c2d3bab bridge: implement multicast fast leave by David S. Miller · 12 years ago
  76. 0e1efe9 ipv6: avoid taking locks at socket dismantle by Eric Dumazet · 12 years ago
  77. ce46cc6 net: neighbour: prohibit negative value for unres_qlen_bytes parameter by Shan Wei · 12 years ago
  78. 50426b5 bridge: implement multicast fast leave by Amerigo Wang · 12 years ago
  79. 751413e mac80211: skip radiotap space calculation if no monitor exists by Helmut Schaa · 12 years ago
  80. 5b632fe mac80211: introduce IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAIL by Stanislaw Gruszka · 12 years ago
  81. b98ea05 mac80211: add debug file for mic failure by Saravana · 12 years ago
  82. a6662db cfg80211: check no-OFDM flag for channels wider than 20 MHz by Johannes Berg · 12 years ago
  83. b1afce9 ipv6: Protect ->mc_forwarding access with CONFIG_IPV6_MROUTE by David S. Miller · 12 years ago
  84. 193c1e4 ip6mr: fix rtm_family of rtnl msg by Nicolas Dichtel · 12 years ago
  85. 4e66ae2 net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD by Serge Hallyn · 12 years ago
  86. 812e44d ip6mr: advertise new mfc entries via rtnl by Nicolas Dichtel · 12 years ago
  87. 8cd3ac9 ipmr: advertise new mfc entries via rtnl by Nicolas Dichtel · 12 years ago
  88. 1eb99af ipmr/ip6mr: allow to get unresolved cache via netlink by Nicolas Dichtel · 12 years ago
  89. 9a68ac7 ipmr/ip6mr: report origin of mfc entry into rtnl msg by Nicolas Dichtel · 12 years ago
  90. adfa85e ipmr/ip6mr: advertise mfc stats via rtnetlink by Nicolas Dichtel · 12 years ago
  91. 70b386a ip6mr: use nla_nest_* helpers by Nicolas Dichtel · 12 years ago
  92. d67b8c6 netconf: advertise mc_forwarding status by Nicolas Dichtel · 12 years ago
  93. e8ad1a8 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  94. 2f91a96 mac80211: adapt slot time in IBSS mode by Simon Wunderlich · 12 years ago
  95. 836fbad svcrpc: support multiple-fragment rpc's by J. Bruce Fields · 12 years ago
  96. 8af345f svcrpc: track rpc data length separately from sk_tcplen by J. Bruce Fields · 12 years ago
  97. 6a72ae2 svcrpc: fix off-by-4 error in "incomplete TCP record" dprintk by J. Bruce Fields · 12 years ago
  98. ad46ccf svcrpc: delay minimum-rpc-size check till later by J. Bruce Fields · 12 years ago
  99. cc248d4 svcrpc: don't byte-swap sk_reclen in place by J. Bruce Fields · 12 years ago
  100. a5a81f0 ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=n by Paul Marks · 12 years ago