1. 2f32b51 xfrm: Introduce xfrm_input_afinfo to access the the callbacks properly by Steffen Klassert · 11 years ago
  2. 53611c0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  3. 1779432 6lowpan: reassembly: un-export local functions by Florian Westphal · 11 years ago
  4. ecab670 ipv6: Avoid unnecessary temporary addresses being generated by Heiner Kallweit · 11 years ago
  5. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 11 years ago
  6. f9708b4 consolidate duplicate code is skb_checksum_setup() helpers by Jan Beulich · 11 years ago
  7. 42775a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 11 years ago
  8. 433131b net: sctp: remove NULL check in sctp_assoc_update_retran_path by Daniel Borkmann · 11 years ago
  9. 52d3ef5 Bluetooth: make sure 6LOWPAN_IPHC is built-in if needed by Arnd Bergmann · 11 years ago
  10. b80edf0 netfilter: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  11. dbb490b net: socket: error on a negative msg_namelen by Matthew Leach · 11 years ago
  12. 5c31142 tipc: eliminate redundant lookups in registry by Jon Paul Maloy · 11 years ago
  13. 58ed944 tipc: align usage of variable names and macros in socket by Jon Paul Maloy · 11 years ago
  14. 3b4f302 tipc: eliminate redundant locking by Jon Paul Maloy · 11 years ago
  15. 24be34b tipc: eliminate upcall function pointers between port and socket by Jon Paul Maloy · 11 years ago
  16. 8826cde tipc: aggregate port structure into socket structure by Jon Paul Maloy · 11 years ago
  17. f9fef18 tipc: remove redundant 'peer_name' field in struct tipc_sock by Jon Paul Maloy · 11 years ago
  18. 978813e tipc: replace reference table rwlock with spinlock by Jon Paul Maloy · 11 years ago
  19. 4a93f50 flowcache: Fix resource leaks on namespace exit. by Steffen Klassert · 11 years ago
  20. 184593c tipc: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  21. ec633eb ieee802154: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  22. 2b8837a net: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  23. f0e7882 8021q: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  24. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  25. 14e1a97 netfilter: connlimit: use kmem_cache for conn objects by Florian Westphal · 11 years ago
  26. 3bcc5fd netfilter: connlimit: move insertion of new element out of count function by Florian Westphal · 11 years ago
  27. d9ec4f1 netfilter: connlimit: improve packet-to-closed-connection logic by Florian Westphal · 11 years ago
  28. 15cfd52 netfilter: connlimit: factor hlist search into new function by Florian Westphal · 11 years ago
  29. fba373d pkt_sched: add cond_resched() to class and qdisc dump by Eric Dumazet · 11 years ago
  30. 15dc36e pkt_sched: do not use rcu in tc_dump_qdisc() by Eric Dumazet · 11 years ago
  31. 20a599b bridge: multicast: enable snooping on general queries only by Linus Lüssing · 11 years ago
  32. 9ed973c bridge: multicast: add sanity check for general query destination by Linus Lüssing · 11 years ago
  33. c3f9b01 tcp: tcp_release_cb() should release socket ownership by Eric Dumazet · 11 years ago
  34. 1fd819e skbuff: skb_segment: orphan frags before copying by Michael S. Tsirkin · 11 years ago
  35. 1a4ceda skbuff: skb_segment: s/fskb/list_skb/ by Michael S. Tsirkin · 11 years ago
  36. df5771f skbuff: skb_segment: s/skb/head_skb/ by Michael S. Tsirkin · 11 years ago
  37. 4e1beba skbuff: skb_segment: s/skb_frag/frag/ by Michael S. Tsirkin · 11 years ago
  38. 8cb1990 skbuff: skb_segment: s/frag/nskb_frag/ by Michael S. Tsirkin · 11 years ago
  39. 4340a12 Bluetooth: Enable duplicates filter in background scan by Andre Guedes · 11 years ago
  40. 27539bc Bluetooth: Fix aborting eSCO connection in case of error 0x20 by Andrew Earl · 11 years ago
  41. 9755088 Bluetooth: make bluetooth 6lowpan as an option by Alexander Aring · 11 years ago
  42. 090f116 ipv6: ip6_forward: perform skb->pkt_type check at the beginning by Li RongQing · 11 years ago
  43. dd38743 vlan: Set correct source MAC address with TX VLAN offload enabled by Peter Boström · 11 years ago
  44. d32d9bb flowcache: restore a single flow_cache kmem_cache by Eric Dumazet · 11 years ago
  45. ceeee42 NFC: digital: Rename Type V tags to Type 5 tags by Mark A. Greer · 11 years ago
  46. 2818fa0 pkt_sched: fq: do not hold qdisc lock while allocating memory by Eric Dumazet · 11 years ago
  47. 431a912 tcp: timestamp SYN+DATA messages by Eric Dumazet · 11 years ago
  48. 3772ab1d 6lowpan: reassembly: fix access of ctl table entry by Alexander Aring · 11 years ago
  49. e6a4b6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  50. 3731436 pkt_sched: move the sanity test in qdisc_list_add() by Eric Dumazet · 11 years ago
  51. 746e349 l2tp: fix unused variable warning by Eric Dumazet · 11 years ago
  52. 9063e21 netlink: autosize skb lengthes by Eric Dumazet · 11 years ago
  53. 00e188e sockfd_lookup_light(): switch to fdget^W^Waway from fget_light by Al Viro · 11 years ago
  54. 53ac6ab Bluetooth: Make LTK and CSRK only persisent when bonding by Marcel Holtmann · 11 years ago
  55. 52a4c64 selinux: add gfp argument to security_xfrm_policy_alloc and fix callers by Nikolay Aleksandrov · 11 years ago
  56. 87536a8 net: af_key: fix sleeping under rcu by Nikolay Aleksandrov · 11 years ago
  57. be14cc9 vlan: use use ether_addr_equal_64bits to instead of ether_addr_equal by dingtianhong · 11 years ago
  58. 375f67d vlan: slight optimization for vlan_do_receive() by dingtianhong · 11 years ago
  59. 7ee4ea3 Bluetooth: Add support for handling signature resolving keys by Marcel Holtmann · 11 years ago
  60. 2d8d40a pkt_sched: fq: do not hold qdisc lock while allocating memory by Eric Dumazet · 11 years ago
  61. a4c2e8b netfilter: nft_nat: fix family validation by Patrick McHardy · 11 years ago
  62. d46f2cd netfilter: nft_ct: remove family from struct nft_ct by Patrick McHardy · 11 years ago
  63. ab9da5c1 netfilter: nf_tables: restore notifications for anonymous set destruction by Patrick McHardy · 11 years ago
  64. 62472bc netfilter: nf_tables: restore context for expression destructors by Patrick McHardy · 11 years ago
  65. a36e901c netfilter: nf_tables: clean up nf_tables_trans_add() argument order by Patrick McHardy · 11 years ago
  66. 3714765 6lowpan: reassembly: fix return of init function by Alexander Aring · 11 years ago
  67. 3894004 Merge tag 'rxrpc-devel-20140304' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 11 years ago
  68. 97bd5f0 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
  69. 31c70d5 l2tp: keep original skb ownership by Eric Dumazet · 11 years ago
  70. 2196269 tcp: do not leak non zero tstamp in output packets by Eric Dumazet · 11 years ago
  71. 0753c18 Bluetooth: Fix skb allocation check for A2MP by Gustavo Padovan · 12 years ago
  72. 2606ecb Bluetooth: Fix expected key count debug logs by Johan Hedberg · 11 years ago
  73. ce6eb0d netfilter: nft_hash: bug fixes and resizing by Patrick McHardy · 11 years ago
  74. 93bb0ce netfilter: conntrack: remove central spinlock nf_conntrack_lock by Jesper Dangaard Brouer · 11 years ago
  75. ca7433d netfilter: conntrack: seperate expect locking from nf_conntrack_lock by Jesper Dangaard Brouer · 11 years ago
  76. e1b207d netfilter: avoid race with exp->master ct by Jesper Dangaard Brouer · 11 years ago
  77. b7779d0 netfilter: conntrack: spinlock per cpu to protect special lists. by Jesper Dangaard Brouer · 11 years ago
  78. b476b72 netfilter: trivial code cleanup and doc changes by Jesper Dangaard Brouer · 11 years ago
  79. 52af2bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 11 years ago
  80. 870a2df xfrm: rename struct xfrm_filter by Nicolas Dichtel · 11 years ago
  81. 411fd52 ipvs: Reduce checkpatch noise in ip_vs_lblc.c by Tingwei Liu · 11 years ago
  82. c61b0c1 sections, ipvs: Remove useless __read_mostly for ipvs genl_ops by Andi Kleen · 11 years ago
  83. c88507f ipv6: don't set DST_NOCOUNT for remotely added routes by Sabrina Dubroca · 11 years ago
  84. 6f542ef net_sched: htb: do not acquire qdisc lock in dump operations by Eric Dumazet · 11 years ago
  85. cefc8c8 6lowpan: move 6lowpan header to include/net by Alexander Aring · 11 years ago
  86. 91c6922 6lowpan: add missing include of net/ipv6.h by Alexander Aring · 11 years ago
  87. d2d273f ipv6: Fix exthdrs offload registration. by Anton Nayshtut · 11 years ago
  88. 0a13404 net: unix socket code abuses csum_partial by Anton Blanchard · 11 years ago
  89. e588e2f inet: frag: make sure forced eviction removes all frags by Florian Westphal · 11 years ago
  90. f7324ac tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent() by David S. Miller · 11 years ago
  91. 2892505 tipc: don't log disabled tasklet handler errors by Erik Hugne · 11 years ago
  92. 1bb8dce tipc: fix memory leak during module removal by Erik Hugne · 11 years ago
  93. edcc051 tipc: drop subscriber connection id invalidation by Erik Hugne · 11 years ago
  94. fe8e464 tipc: avoid to unnecessary process switch under non-block mode by Ying Xue · 11 years ago
  95. 4652edb tipc: fix connection refcount leak by Ying Xue · 11 years ago
  96. 6d4ebeb tipc: allow connection shutdown callback to be invoked in advance by Ying Xue · 11 years ago
  97. 9e9cb62 l2tp: fix userspace reception on plain L2TP sockets by Guillaume Nault · 11 years ago
  98. bb5016e l2tp: fix manual sequencing (de)activation in L2TPv2 by Guillaume Nault · 11 years ago
  99. 73c8daa Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 11 years ago
  100. e90c148 inet: remove now unused flag DST_NOPEER by Hannes Frederic Sowa · 11 years ago