1. f21ec3d serial: add a new helper function by Huang Shijie · 12 years ago
  2. d23ff70 tcp: add generic netlink support for tcp_metrics by Julian Anastasov · 12 years ago
  3. 785a7de Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 12 years ago
  4. 518eefe Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  5. 00545be netfilter: fix crash during boot if NAT has been compiled built-in by Pablo Neira Ayuso · 12 years ago
  6. 768be59 cfg80211: fix indentation by Hila Gonen · 12 years ago
  7. e5f5b2f wext: include wireless event id when it has a size problem by Arend van Spriel · 12 years ago
  8. 7ce8c7a mac80211: Various small fixes for cfg.c: mpath_set_pinfo() by LEO Airwarosu Yoichi Shinoda · 12 years ago
  9. 00ea6de mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_header by Johannes Berg · 12 years ago
  10. 00a9ac4 cfg80211: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  11. c0cc88a l2tp: fix a typo in l2tp_eth_dev_recv() by Eric Dumazet · 12 years ago
  12. 600e177 net: Providing protocol type via system.sockprotoname xattr of /proc/PID/fd entries by Masatake YAMATO · 12 years ago
  13. cefd81c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 12 years ago
  14. 9d148e3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch by David S. Miller · 12 years ago
  15. 798b2cb net: Add INET dependency on aes crypto for the sake of TCP fastopen. by David S. Miller · 12 years ago
  16. 54a2792 sctp: use list_move_tail instead of list_del/list_add_tail by Wei Yongjun · 12 years ago
  17. 3b59df4 xfrm: Workaround incompatibility of ESN and async crypto by Steffen Klassert · 12 years ago
  18. 37159ef l2tp: fix a lockdep splat by Eric Dumazet · 12 years ago
  19. 6cf5c95 netrom: copy_datagram_iovec can fail by Alan Cox · 12 years ago
  20. b4e4f47 nl80211: fix possible memory leak nl80211_connect() by Wei Yongjun · 12 years ago
  21. 3d2abdf mac80211: clear bssid on auth/assoc failure by Eliad Peller · 12 years ago
  22. 0ef24e5 mac80211: Do not check for valid hw_queues for P2P_DEVICE by Ilan Peer · 12 years ago
  23. 15eac2a openvswitch: Increase maximum number of datapath ports. by Pravin B Shelar · 12 years ago
  24. c303aa9 openvswitch: Fix FLOW_BUFSIZE definition. by Jesse Gross · 12 years ago
  25. 1e9f020 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  26. b379135 fq_codel: dont reinit flow state by Eric Dumazet · 12 years ago
  27. 684bad1 tcp: use PRR to reduce cwin in CWR state by Yuchung Cheng · 12 years ago
  28. fb4d3d1 tcp: move tcp_update_cwnd_in_recovery by Yuchung Cheng · 12 years ago
  29. 09484d1 tcp: move tcp_enter_cwr() by Yuchung Cheng · 12 years ago
  30. 4c3a5bd sctp: Don't charge for data in sndbuf again when transmitting packet by Thomas Graf · 12 years ago
  31. e812347 net: sock_edemux() should take care of timewait sockets by Eric Dumazet · 12 years ago
  32. ace1fe1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 12 years ago
  33. ce9f3f3 netfilter: properly annotate ipv4_netfilter_{init,fini}() by Jan Beulich · 12 years ago
  34. 1c15b67 netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_queue() by Michael Wang · 12 years ago
  35. 2a6decf netfilter: pass 'nf_hook_ops' instead of 'list_head' to nf_iterate() by Michael Wang · 12 years ago
  36. 9655050 netfilter: remove xt_NOTRACK by Cong Wang · 12 years ago
  37. 84b5ee9 netfilter: nf_conntrack: add nf_ct_timeout_lookup by Pablo Neira Ayuso · 12 years ago
  38. 236df00 netfilter: xt_CT: refactorize xt_ct_tg_check by Pablo Neira Ayuso · 12 years ago
  39. 6703aa7 netfilter: xt_socket: fix compilation warnings with gcc 4.7 by Pablo Neira Ayuso · 12 years ago
  40. 39855b5 openvswitch: Fix typo by Joe Stringer · 12 years ago
  41. 0b1a34c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  42. a2dc375e 6lowpan: handle NETDEV_UNREGISTER event by Alan Ott · 12 years ago
  43. a437d27 6lowpan: Make a copy of skb's delivered to 6lowpan by Alan Ott · 12 years ago
  44. 4907cb7 treewide: fix comment/printk/variable typos by Anatol Pomozov · 12 years ago
  45. 168a8f5 tcp: TCP Fast Open Server - main code path by Jerry Chu · 12 years ago
  46. 8336886 tcp: TCP Fast Open Server - support TFO listeners by Jerry Chu · 12 years ago
  47. 1046716 tcp: TCP Fast Open Server - header & support functions by Jerry Chu · 12 years ago
  48. eb7e057 ipv6: remove some deadcode by Sorin Dumitru · 12 years ago
  49. 599901c net/xfrm/xfrm_state.c: fix error return code by Julia Lawall · 12 years ago
  50. 48f125c net: ipv6: fix error return code by Julia Lawall · 12 years ago
  51. d1a53df net: fix documentation of skb_needs_linearize(). by Rami Rosen · 12 years ago
  52. 98d75c3 ipv4: Minor logic clean-up in ipv4_mtu by Alexander Duyck · 12 years ago
  53. 4a2c240 net:atm:fix up ENOIOCTLCMD error handling by Wanlong Gao · 12 years ago
  54. 80f0fd8 openvswitch: using kfree_rcu() to simplify the code by Wei Yongjun · 12 years ago
  55. fc61b92 af_unix: fix shutdown parameter checking by Xi Wang · 12 years ago
  56. 46b66d7 decnet: fix shutdown parameter checking by Xi Wang · 12 years ago
  57. c32f386 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  58. 0dcd505 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  59. 5b423f6 netfilter: nf_conntrack: fix racy timer handling with reliable events by Pablo Neira Ayuso · 12 years ago
  60. c5ae7d4 ipv4: must use rcu protection while calling fib_lookup by Eric Dumazet · 12 years ago
  61. acbb219 net: ipv4: ipmr_expire_timer causes crash when removing net namespace by Francesco Ruggeri · 12 years ago
  62. ee13040 netpoll: provide an IP ident in UDP frames by Eric Dumazet · 12 years ago
  63. 99469c3 l2tp: avoid to use synchronize_rcu in tunnel free function by xeb@mail.ru · 12 years ago
  64. 3f509c6 netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation by Pablo Neira Ayuso · 12 years ago
  65. 6549dd4 net: dev: fix the incorrect hold of net namespace's lo device by Gao feng · 12 years ago
  66. 6fc09f1 netfilter: nfnetlink_log: fix error return code in init path by Julia Lawall · 12 years ago
  67. ef6acf6 netfilter: ctnetlink: fix error return code in init path by Julia Lawall · 12 years ago
  68. 0a54e93 ipvs: fix error return code by Julia Lawall · 12 years ago
  69. 8a91bb0 netfilter: ip6tables: add stateless IPv6-to-IPv6 Network Prefix Translation target by Patrick McHardy · 12 years ago
  70. 320ff56 netfilter: nf_nat: support IPv6 in TFTP NAT helper by Pablo Neira Ayuso · 12 years ago
  71. 5901b6b netfilter: nf_nat: support IPv6 in IRC NAT helper by Pablo Neira Ayuso · 12 years ago
  72. 9a66482 netfilter: nf_nat: support IPv6 in SIP NAT helper by Patrick McHardy · 12 years ago
  73. ee6eb96 netfilter: nf_nat: support IPv6 in amanda NAT helper by Patrick McHardy · 12 years ago
  74. d33cbee netfilter: nf_nat: support IPv6 in FTP NAT helper by Patrick McHardy · 12 years ago
  75. ed72d9e netfilter: ip6tables: add NETMAP target by Patrick McHardy · 12 years ago
  76. 115e23a netfilter: ip6tables: add REDIRECT target by Patrick McHardy · 12 years ago
  77. b3f644f netfilter: ip6tables: add MASQUERADE target by Patrick McHardy · 12 years ago
  78. 58a317f netfilter: ipv6: add IPv6 NAT support by Patrick McHardy · 12 years ago
  79. 2cf545e net: core: add function for incremental IPv6 pseudo header checksum updates by Patrick McHardy · 12 years ago
  80. 0ad352c netfilter: ipv6: expand skb head in ip6_route_me_harder after oif change by Patrick McHardy · 12 years ago
  81. c7232c9 netfilter: add protocol independent NAT core by Patrick McHardy · 12 years ago
  82. 051966c netfilter: nf_nat: add protoff argument to packet mangling functions by Patrick McHardy · 12 years ago
  83. 811927c netfilter: nf_conntrack: restrict NAT helper invocation to IPv4 by Patrick McHardy · 12 years ago
  84. 2b60af0 netfilter: nf_conntrack_ipv6: fix tracking of ICMPv6 error messages containing fragments by Patrick McHardy · 12 years ago
  85. 4cdd3408 netfilter: nf_conntrack_ipv6: improve fragmentation handling by Patrick McHardy · 12 years ago
  86. 590e3f7 ipvs: IPv6 MTU checking cleanup and bugfix by Jesper Dangaard Brouer · 12 years ago
  87. 072a9c4 netpoll: revert 6bdb7fe3104 and fix be_poll() instead by Amerigo Wang · 12 years ago
  88. d8343f1 Bluetooth: Fix sending a HCI Authorization Request over LE links by Vinicius Costa Gomes · 12 years ago
  89. cc11092 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 12 years ago
  90. e372dc6 Merge 3.6-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  91. 5f2d04f ipv4: fix path MTU discovery with connection tracking by Patrick McHardy · 12 years ago
  92. 8497ae6 Merge branch 'for-3.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  93. e6acb38 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by David S. Miller · 12 years ago
  94. 85c2104 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  95. d05cebb Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  96. 7c4a56f tcp: fix cwnd reduction for non-sack recovery by Yuchung Cheng · 12 years ago
  97. 9b361c1 vlan: add helper which can be called to see if device is used by vlan by Jiri Pirko · 12 years ago
  98. 20e1db1 netlink: fix possible spoofing from non-root processes by Pablo Neira Ayuso · 12 years ago
  99. 8f4cccb net: Set device operstate at registration time by Ben Hutchings · 12 years ago
  100. 3afa6d0 cls_cgroup: Allow classifier cgroups to have their classid reset to 0 by Neil Horman · 12 years ago