1. 49a6015 net/ipv4: bind ip_nonlocal_bind to current netns by Vincent Bernat · 10 years ago
  2. 5b4c314 Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  3. a7f26b7 inet: remove dead inetpeer sequence code by Willem de Bruijn · 10 years ago
  4. 61a3d4f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  5. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. 45ce829 Merge tag 'master-2014-09-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  7. 7faee5c tcp: remove TCP_SKB_CB(skb)->when by Eric Dumazet · 10 years ago
  8. 04317da tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn by Eric Dumazet · 10 years ago
  9. 56193d1 net: Add function for parsing the header length out of linear ethernet frames by Alexander Duyck · 10 years ago
  10. 82eabd9 net: merge cases where sock_efree and sock_edemux are the same function by Alexander Duyck · 10 years ago
  11. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  12. d546c62 ipv4: harden fnhe_hashfun() by Eric Dumazet · 10 years ago
  13. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  14. caa4152 ipv4: fix a race in update_or_create_fnhe() by Eric Dumazet · 10 years ago
  15. c199105 net-timestamp: only report sw timestamp if reporting bit is set by Willem de Bruijn · 10 years ago
  16. 2f71193 ipv6: add sysctl_mld_qrv to configure query robustness variable by Hannes Frederic Sowa · 10 years ago
  17. ef4ead3 Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  18. 190355c Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  19. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago
  20. 377655f Merge tag 'master-2014-08-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  21. 38ab1fa net: sctp: fix ABI mismatch through sctp_assoc_to_state helper by Daniel Borkmann · 10 years ago
  22. 5037d53 net: dsa: add Broadcom tag RX/TX handler by Florian Fainelli · 10 years ago
  23. ce31b31 net: dsa: allow updating fixed PHY link information by Florian Fainelli · 10 years ago
  24. ec9436b net: dsa: allow drivers to do link adjustment by Florian Fainelli · 10 years ago
  25. 5aed85c net: dsa: allow switches to work without tagging by Florian Fainelli · 10 years ago
  26. 0d8bcdd net: dsa: allow for more complex PHY setups by Florian Fainelli · 10 years ago
  27. bd47497 net: dsa: retain a per-port device_node pointer by Florian Fainelli · 10 years ago
  28. fa981d9 net: dsa: provide a switch device device tree node pointer by Florian Fainelli · 10 years ago
  29. 3e8a72d net: dsa: reduce number of protocol hooks by Florian Fainelli · 10 years ago
  30. 5bc8c1f cfg80211: allow passing frame type to cfg80211_inform_bss() by Johannes Berg · 10 years ago
  31. 0e22708 cfg80211: clarify BSS probe response vs. beacon data by Johannes Berg · 10 years ago
  32. c70f59a mac80211: don't resize skbs needlessly by Ido Yariv · 10 years ago
  33. ca34e3b mac80211: Fix accounting of the tailroom-needed counter by Ido Yariv · 10 years ago
  34. 970fdfa cfg80211: remove @gfp parameter from cfg80211_rx_mgmt() by Vladimir Kondratiev · 10 years ago
  35. 453a940 net: make skb an optional parameter for__skb_flow_dissect() by WANG Cong · 10 years ago
  36. 07bc788 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  37. 0fdcaa5 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 10 years ago
  38. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  39. 1933a78 net: add gro_compute_pseudo functions by Tom Herbert · 10 years ago
  40. 690e36e net: Allow raw buffers to be passed into the flow dissector. by David S. Miller · 10 years ago
  41. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  42. f161dd4 Bluetooth: Fix hci_conn reference counting for auto-connections by Johan Hedberg · 10 years ago
  43. 6697dab ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan by Martin Townsend · 10 years ago
  44. a74a8c8 mac80211: don't duplicate station QoS capability data by Johannes Berg · 10 years ago
  45. a5fe8e7 regulatory: add NUL to alpha2 by Eliad Peller · 10 years ago
  46. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  47. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  48. 9d186ca tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) by Andrey Vagin · 10 years ago
  49. 276d807 Bluetooth: Remove unused l2cap_conn->security_timer by Johan Hedberg · 10 years ago
  50. dec5b49 Bluetooth: Add public l2cap_conn_shutdown() API to request disconnection by Johan Hedberg · 10 years ago
  51. 5d88cc7 Bluetooth: Convert SMP to use l2cap_chan infrastructure by Johan Hedberg · 10 years ago
  52. defce9e Bluetooth: Make AES crypto context private to SMP by Johan Hedberg · 10 years ago
  53. 70db83c Bluetooth: Add SMP L2CAP channel skeleton by Johan Hedberg · 10 years ago
  54. f193844 Bluetooth: Add more L2CAP convenience callbacks by Johan Hedberg · 10 years ago
  55. d52deb1 Bluetooth: Resume BT_CONNECTED state after LE security elevation by Johan Hedberg · 10 years ago
  56. 432df05 Bluetooth: Create unified helper function for updating page scan by Johan Hedberg · 10 years ago
  57. 84c61d9 Bluetooth: Add convenience function to check for pending power off by Johan Hedberg · 10 years ago
  58. 96784de Merge branch 'stable-3.17' of git://git.infradead.org/users/pcmoore/selinux by Linus Torvalds · 10 years ago
  59. bc7e6ed netlabel: fix the netlbl_catmap_setlong() dummy function by Paul Moore · 10 years ago
  60. 140c55d net-timestamp: sock_tx_timestamp() fix by Eric Dumazet · 10 years ago
  61. ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  62. bb2cbf5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  63. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  64. 09c2d25 net-timestamp: add key to disambiguate concurrent datagrams by Willem de Bruijn · 10 years ago
  65. b9f40e2 net-timestamp: move timestamp flags out of sk_flags by Willem de Bruijn · 10 years ago
  66. f24b9be net-timestamp: extend SCM_TIMESTAMPING ancillary data struct by Willem de Bruijn · 10 years ago
  67. 5ae344c tcp: reduce spurious retransmits due to transient SACK reneging by Neal Cardwell · 10 years ago
  68. aef4f5b Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  69. d4ad4d2 inet: frags: use kmem_cache for inet_frag_queue by Nikolay Aleksandrov · 10 years ago
  70. 1ab1934 inet: frags: enum the flag definitions and add descriptions by Nikolay Aleksandrov · 10 years ago
  71. 06aa8b8 inet: frags: rename last_in to flags by Nikolay Aleksandrov · 10 years ago
  72. 103ae67 Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into next by James Morris · 10 years ago
  73. 4fbe63d netlabel: shorter names for the NetLabel catmap funcs/structs by Paul Moore · 10 years ago
  74. 4b8feff netlabel: fix the horribly broken catmap functions by Paul Moore · 10 years ago
  75. 41c3bd2 netlabel: fix a problem when setting bits below the previously lowest bit by Paul Moore · 10 years ago
  76. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  77. a173e55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  78. 95cb574 ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip" by Dmitry Popov · 10 years ago
  79. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  80. b293947 Bluetooth: Rename pairable mgmt setting to bondable by Johan Hedberg · 10 years ago
  81. b6ae845 Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE by Johan Hedberg · 10 years ago
  82. 233351b 6lowpan: remove unused function by Varka Bhadram · 10 years ago
  83. 267ca9f 6lowpan: remove unused macros by Varka Bhadram · 10 years ago
  84. 0049424 6lowpan: remove unused LOWPAN_FRAG_SIZE define by Alexander Aring · 10 years ago
  85. 556a5bf 6lowpan: iphc: use ipv6 api to check address scope by Alexander Aring · 10 years ago
  86. 20e61da ipv4: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  87. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  88. a1ae52c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  89. ec87652 Merge tag 'nfc-next-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 10 years ago
  90. 04ca697 ip: make IP identifiers less predictable by Eric Dumazet · 10 years ago
  91. 3fd0202 Merge tag 'master-2014-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  92. d87de1f netlink: Fix shadow warning on jiffies by Mark Rustad · 10 years ago
  93. ab1c724 inet: frag: use seqlock for hash rebuild by Florian Westphal · 10 years ago
  94. e3a57d1 inet: frag: remove periodic secret rebuild timer by Florian Westphal · 10 years ago
  95. 3fd588e inet: frag: remove lru list by Florian Westphal · 10 years ago
  96. 434d305 inet: frag: don't account number of fragment queues by Florian Westphal · 10 years ago
  97. b13d3cb inet: frag: move eviction of queues to work queue by Florian Westphal · 10 years ago
  98. 86e93e4 inet: frag: move evictor calls into frag_find function by Florian Westphal · 10 years ago
  99. 36c7778 inet: frag: constify match, hashfn and constructor arguments by Florian Westphal · 10 years ago
  100. 628531c Bluetooth: Provide defaults for LE advertising interval by Georg Lukas · 10 years ago