1. 4b7cc7f nf_defrag_ipv6: fix oops on module unloading by Konstantin Khlebnikov · 12 years ago
  2. eccc1bb tunnel: drop packet if ECN present with not-ECT by stephen hemminger · 12 years ago
  3. b0558ef xfrm: remove extranous rcu_read_lock by stephen hemminger · 12 years ago
  4. 0c5794a gre: remove unnecessary rcu_read_lock/unlock by stephen hemminger · 12 years ago
  5. d208328 gre: fix handling of key 0 by stephen hemminger · 12 years ago
  6. 7f8436a l2tp: fix return value check by Wei Yongjun · 12 years ago
  7. 392b408 Merge branch 'master' of git://1984.lsi.us.es/nf by David S. Miller · 12 years ago
  8. 50b78b2 NFC: Fix sleeping in atomic when releasing socket by Szymon Janc · 12 years ago
  9. 3c0cc8a NFC: Fix sleeping in invalid context when netlink socket is closed by Szymon Janc · 12 years ago
  10. 7d777c3 NFC: Add dummy nfc_llc_shdlc_register definition by John W. Linville · 12 years ago
  11. 4463523b NFC: LLCP raw socket support by Thierry Escande · 12 years ago
  12. fe235b5 NFC: Use dynamic initialization for rwlocks by Szymon Janc · 12 years ago
  13. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  14. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  15. 56b31d1 unexport sock_map_fd(), switch to sock_alloc_file() by Al Viro · 12 years ago
  16. 2840763 take descriptor handling from sock_alloc_file() to callers by Al Viro · 12 years ago
  17. 8a9a8b8 SUNRPC: Fix the return value of xdr_align_pages() by Trond Myklebust · 12 years ago
  18. 82e6bfe netfilter: xt_limit: have r->cost != 0 case work by Jan Engelhardt · 12 years ago
  19. 6f0f9b6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  20. 96af69e ipv6: mip6: fix mip6_mh_filter() by Eric Dumazet · 12 years ago
  21. 5419575 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  22. 78cc88c Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 12 years ago
  23. 842b08b ipconfig: fix trivial build error by Andy Shevchenko · 12 years ago
  24. 1b05c4b ipv6: raw: fix icmpv6_filter() by Eric Dumazet · 12 years ago
  25. 84e28a3 SUNRPC: Set alloc_slot for backchannel tcp ops by Bryan Schumaker · 12 years ago
  26. 64629b9 cfg80211: Fix regulatory check for 60GHz band frequencies by Vladimir Kondratiev · 12 years ago
  27. 8489c1d net: raw: revert unrelated change by Eric Dumazet · 12 years ago
  28. 41e2685 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 12 years ago
  29. bee2d97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  30. 4c0ba9a NFC: Fix typo negociating -> negotiating by Waldemar Rymarkiewicz · 12 years ago
  31. 12bfd1e NFC: Don't handle consequent RSET frames after UA by Waldemar Rymarkiewicz · 12 years ago
  32. 9010e39 NFC: Handle RSET in SHDLC_CONNECTING state by Waldemar Rymarkiewicz · 12 years ago
  33. 80faa59 NFC: Add HCI module description by Eric Lapuyade · 12 years ago
  34. a7d0281 NFC: Fix LLC registration definitions for ANSI compliance by Eric Lapuyade · 12 years ago
  35. f4f20d0 NFC: Remove unneeded LLC symbols export by Samuel Ortiz · 12 years ago
  36. 412fda5 NFC: Changed HCI and PN544 HCI driver to use the new HCI LLC Core by Eric Lapuyade · 12 years ago
  37. 4a61cd6 NFC: Add an shdlc llc module to llc core by Eric Lapuyade · 12 years ago
  38. 8af00d4 NFC: Add a nop (passthrough) llc module to llc core by Eric Lapuyade · 12 years ago
  39. 67cccfe NFC: Add an LLC Core layer to HCI by Eric Lapuyade · 12 years ago
  40. f3e8fb5 NFC: Modified hci_transceive to become an asynchronous operation by Eric Lapuyade · 12 years ago
  41. e4c4789 NFC: Add a public nfc_hci_send_cmd_async method by Eric Lapuyade · 12 years ago
  42. b5faa64 NFC: Changed the HCI cmd execution callback prototype by Eric Lapuyade · 12 years ago
  43. c1be211 NFC: Correct outgoing frame before requeueing by Waldemar Rymarkiewicz · 12 years ago
  44. ade67208 NFC: Remove crc generation from shdlc layer by Waldemar Rymarkiewicz · 12 years ago
  45. 52da244 NFC: Fix possible LLCP memory leak by Wei Yongjun · 12 years ago
  46. 33e5971 NFC: Remove pointless conditional before HCI kfree_skb() by Wei Yongjun · 12 years ago
  47. 474fee3 NFC: Use system_nrt_wq instead of custom ones by Tejun Heo · 12 years ago
  48. 5db327f NFC: Remove repeated code for NULL check by Syam Sidhardhan · 12 years ago
  49. 767f19a NFC: Implement NCI dep_link_up and dep_link_down by Ilan Elias · 12 years ago
  50. ac20683 NFC: Parse NCI NFC-DEP activation params by Ilan Elias · 12 years ago
  51. 7e03523 NFC: Set local general bytes in nci_start_poll by Ilan Elias · 12 years ago
  52. 3e10986 net: guard tcp_set_keepalive() to tcp sockets by Eric Dumazet · 12 years ago
  53. 9e49e88 filter: add XOR instruction for use with X/K by Daniel Borkmann · 12 years ago
  54. 5640f76 net: use a per task frag allocator by Eric Dumazet · 12 years ago
  55. ae47351 Merge branch 'master' of git://1984.lsi.us.es/nf-next by David S. Miller · 12 years ago
  56. 791ef39 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  57. 9b4e9e7 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 12 years ago
  58. 6ee584b netfilter: nfnetlink_queue: add NFQA_CAP_LEN attribute by Pablo Neira Ayuso · 12 years ago
  59. ba8d3b0 netfilter: nfnetlink_queue: fix maximum packet length to userspace by Pablo Neira Ayuso · 12 years ago
  60. 7be54ca netfilter: nf_ct_ftp: add sequence tracking pickup facility for injected entries by Pablo Neira Ayuso · 12 years ago
  61. 54eb3df netfilter: xt_time: add support to ignore day transition by Florian Westphal · 12 years ago
  62. eab4834 rfkill: prevent unnecessary event generation by Vitaly Wool · 12 years ago
  63. 7caf69f batman-adv: Fix symmetry check / route flapping in multi interface setups by Linus Lüssing · 12 years ago
  64. 40a3eb3 batman-adv: Fix change mac address of soft iface. by Def · 12 years ago
  65. 30099b2 tcp: TCP Fast Open Server - record retransmits after 3WHS by Neal Cardwell · 12 years ago
  66. 3e0304a netfilter: ipset: Support to match elements marked with "nomatch" by Jozsef Kadlecsik · 12 years ago
  67. 3ace95c netfilter: ipset: Coding style fixes by Jozsef Kadlecsik · 12 years ago
  68. 10111a6 netfilter: ipset: Include supported revisions in module description by Jozsef Kadlecsik · 12 years ago
  69. bd9087e netfilter: ipset: Add /0 network support to hash:net,iface type by Jozsef Kadlecsik · 12 years ago
  70. e69bebd tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets by Neal Cardwell · 12 years ago
  71. 0725398 tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTT by Neal Cardwell · 12 years ago
  72. 016818d tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS by Neal Cardwell · 12 years ago
  73. 623df48 tcp: extract code to compute SYNACK RTT by Neal Cardwell · 12 years ago
  74. ab43ed8 ipv4: raw: fix icmp_filter() by Eric Dumazet · 12 years ago
  75. 1199992 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
  76. 5ce765a libceph: only kunmap kmapped pages by Alex Elder · 12 years ago
  77. b9fed74 netfilter: ipset: Check and reject crazy /0 input parameters by Jozsef Kadlecsik · 12 years ago
  78. 6e27c9b netfilter: ipset: Fix sparse warnings "incorrect type in assignment" by Jozsef Kadlecsik · 12 years ago
  79. 5e95377 ipconfig: add nameserver IPs to kernel-parameter ip= by Christoph Fritz · 12 years ago
  80. bf5b30b net: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  81. f950c0e ipv6: fix return value check in fib6_add() by Wei Yongjun · 12 years ago
  82. fc18162 l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y by Amerigo Wang · 12 years ago
  83. c6f219d mac80211: don't send delBA on addBA failure by Johannes Berg · 12 years ago
  84. 582bb50 mac80211: don't send delBA when removing stations by Johannes Berg · 12 years ago
  85. 7f16114 mac80211: don't send delBA before disassoc by Johannes Berg · 12 years ago
  86. 2cbc78a netfilter: combine ipt_REDIRECT and ip6t_REDIRECT by Jan Engelhardt · 12 years ago
  87. b3d54b3 netfilter: combine ipt_NETMAP and ip6t_NETMAP by Jan Engelhardt · 12 years ago
  88. 136251d netfilter: nf_nat: remove obsolete rcu_read_unlock call by Ulrich Weber · 12 years ago
  89. b0cdb1d netfilter: nf_nat: fix oops when unloading protocol modules by Patrick McHardy · 12 years ago
  90. b0041d1 netfilter: fix IPv6 NAT dependencies in Kconfig by Pablo Neira Ayuso · 12 years ago
  91. c0d680e net: do not disable sg for packets requiring no checksum by Ed Cashin · 12 years ago
  92. e3ac104 xfrm_user: don't copy esn replay window twice for new states by Mathias Krause · 12 years ago
  93. ecd7918 xfrm_user: ensure user supplied esn replay window is valid by Mathias Krause · 12 years ago
  94. 1f86840 xfrm_user: fix info leak in copy_to_user_tmpl() by Mathias Krause · 12 years ago
  95. 7b78983 xfrm_user: fix info leak in copy_to_user_policy() by Mathias Krause · 12 years ago
  96. f778a63 xfrm_user: fix info leak in copy_to_user_state() by Mathias Krause · 12 years ago
  97. 4c87308 xfrm_user: fix info leak in copy_to_user_auth() by Mathias Krause · 12 years ago
  98. bc26ccd tcp: restore rcv_wscale in a repair mode (v2) by Andrey Vagin · 12 years ago
  99. 4308fc5 tcp: Document use of undefined variable. by Alan Cox · 12 years ago
  100. bb68b64 ipv4: Don't add TCP-code in inet_sock_destruct by Christoph Paasch · 12 years ago