1. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  2. 3fdfa5f ipv6: enable IPV6_FLOWLABEL_MGR for getsockopt by Florent Fourcot · 11 years ago
  3. c1f3bb6 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
  4. 0c7ddf3 net: move pskb_put() to core code by Mathias Krause · 11 years ago
  5. f9bddcd udp: Remove unnecessary semicolon from do{}while (0) macro by Joe Perches · 11 years ago
  6. 482fc60 ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Hannes Frederic Sowa · 11 years ago
  7. 33b4434 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  8. 353c781 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 11 years ago
  9. cfce0a2 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  10. 1ba3aab net: codel: Avoid undefined behavior from signed overflow by Jesper Dangaard Brouer · 11 years ago
  11. 9f9843a7 tcp: properly handle stretch acks in slow start by Yuchung Cheng · 11 years ago
  12. 72c39a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  13. cea80ea net: checksum: fix warning in skb_checksum by Daniel Borkmann · 11 years ago
  14. 87bc072 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
  15. 394efd1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. e6d8b64 net: sctp: fix and consolidate SCTP checksumming code by Daniel Borkmann · 11 years ago
  17. 2817a33 net: skb_checksum: allow custom update/combine for walking skb by Daniel Borkmann · 11 years ago
  18. f7b13e4 netfilter: introduce nf_conn_acct structure by Holger Eitzenberger · 11 years ago
  19. 296c106 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  20. e6cd988 vxlan: Have the NIC drivers do less work for offloads by Joseph Gasparakis · 11 years ago
  21. 1c5ad13 net: esp{4,6}: get rid of struct esp_data by Mathias Krause · 11 years ago
  22. 123b0d1 net: esp{4,6}: remove padlen from struct esp_data by Mathias Krause · 11 years ago
  23. 5d9efa7 ipv6: Remove privacy config option. by David S. Miller · 11 years ago
  24. 06be6b1 mac80211: add ieee80211_tx_prepare_skb() helper function by Felix Fietkau · 11 years ago
  25. 034c6d6 cfg80211: export reg_initiator_name() by Luis R. Rodriguez · 11 years ago
  26. 919be62 mac80211: add missing IEEE80211_HW_SUPPORTS_HT_CCK_RATES docs by Johannes Berg · 11 years ago
  27. 5336fa8 nl80211/cfg80211: enable DFS for IBSS mode by Simon Wunderlich · 11 years ago
  28. 01ba16d ipv6: reset dst.expires value when clearing expire flag by Hannes Frederic Sowa · 11 years ago
  29. 7088ad7 inet: remove old fragmentation hash initializing by Hannes Frederic Sowa · 11 years ago
  30. b119057 ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  31. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  32. 35b87f6 net: Dereference pointer-value of sk_prot->memory_pressure by Christoph Paasch · 11 years ago
  33. 0a6957e net: remove function sk_reset_txq() by ZHAO Gang · 11 years ago
  34. 7e4d8a1 mac802154: correct a typo in ieee802154_alloc_device() prototype by Alexandre Belloni · 11 years ago
  35. 2e685ca tcp_memcontrol: Kill struct tcp_memcontrol by Eric W. Biederman · 11 years ago
  36. a4fe34b tcp_memcontrol: Remove the per netns control. by Eric W. Biederman · 11 years ago
  37. f594d63 tcp_memcontrol: Remove setting cgroup settings via sysctl by Eric W. Biederman · 11 years ago
  38. cd91cce tcp_memcontrol: Remove tcp_max_memory by Eric W. Biederman · 11 years ago
  39. 550bab4 ipv6: fill rt6i_gateway with nexthop address by Julian Anastasov · 11 years ago
  40. 96dc809 ipv6: always prefer rt6i_gateway if present by Julian Anastasov · 11 years ago
  41. 5eccdfa nf_tables*.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  42. d78a32a Bluetooth: Remove sk member from struct l2cap_chan by Gustavo Padovan · 11 years ago
  43. 0e790c6 Bluetooth: Add L2CAP channel to skb private data by Gustavo Padovan · 11 years ago
  44. 222e83d tcp: switch tcp_fastopen key generation to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  45. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  46. b23a002 inet: split syncookie keys for ipv4 and ipv6 and initialize with net_get_random_once by Hannes Frederic Sowa · 11 years ago
  47. b50026b ipv6: split inet6_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  48. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  49. 2d26f0a ipv4: generalize gre_handle_offloads by Eric Dumazet · 11 years ago
  50. f2e5ddc net: fix cipso packet validation when !NETLABEL by Seif Mazareeb · 11 years ago
  51. 4b4148e Bluetooth: Add support for setting DUT mode by Marcel Holtmann · 11 years ago
  52. 4e70c7e Bluetooth: Expose debugfs settings for LE connection interval by Marcel Holtmann · 11 years ago
  53. 06f5b77 Bluetooth: Add support for setting SSP debug mode by Marcel Holtmann · 11 years ago
  54. 3497ac8 Bluetooth: Remove interval parameter from HCI connection by Marcel Holtmann · 11 years ago
  55. 79830f6 Bluetooth: Select the own address type during initial setup phase by Marcel Holtmann · 11 years ago
  56. 03f2712 cfg80211: export reg_initiator_name() by Luis R. Rodriguez · 11 years ago
  57. df3c2ad Merge tag 'nfc-next-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 11 years ago
  58. b231070 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  59. 9aaf043 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 11 years ago
  60. 28be6e0 tcp: rename tcp_tso_segment() by Eric Dumazet · 11 years ago
  61. bdc3e0f Bluetooth: Move device_add handling into hci_register_dev by Marcel Holtmann · 11 years ago
  62. b9ee0a7 Bluetooth: Add address type to device blacklist table by Marcel Holtmann · 11 years ago
  63. 5cda73b Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 11 years ago
  64. 0baf2b3 ipv4: shrink rt_cache_stat by Eric Dumazet · 11 years ago
  65. a5bb202 netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabled by Randy Dunlap · 11 years ago
  66. e87b399 net: dst: provide accessor function to dst->xfrm by Vlad Yasevich · 11 years ago
  67. da33edc Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nftables by David S. Miller · 11 years ago
  68. 78dea8c irda: update comment mentioning IRQF_DISABLED by Michael Opdenacker · 11 years ago
  69. 9f96da4 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
  70. a74a84f Bluetooth: Convert idle timer to use delayed work by Johan Hedberg · 11 years ago
  71. 7bc18d9 Bluetooth: Convert auto accept timer to use delayed work by Johan Hedberg · 11 years ago
  72. d3900cb Bluetooth: Remove enable_hs declaration by Marcel Holtmann · 11 years ago
  73. db3aebf Bluetooth: Remove duplicate definitions for advertising event types by Marcel Holtmann · 11 years ago
  74. f14d8f6 Bluetooth: Set the scan response data when needed by Marcel Holtmann · 11 years ago
  75. f8e808b Bluetooth: Store scan response data in HCI device by Marcel Holtmann · 11 years ago
  76. 083368f Bluetooth: Make mgmt_new_ltk() return void by Marcel Holtmann · 11 years ago
  77. 3edaf09 Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return void by Marcel Holtmann · 11 years ago
  78. 7667da3 Bluetooth: Make mgmt_set_local_name_complete() return void by Marcel Holtmann · 11 years ago
  79. 4e1b024 Bluetooth: Make mgmt_set_class_of_dev_complete() return void by Marcel Holtmann · 11 years ago
  80. 3e24856 Bluetooth: Make mgmt_ssp_enable_complete() return void by Marcel Holtmann · 11 years ago
  81. 464996a Bluetooth: Make mgmt_auth_enable_complete() return void by Marcel Holtmann · 11 years ago
  82. e546099 Bluetooth: Make mgmt_auth_failed() return void by Marcel Holtmann · 11 years ago
  83. 3eb3852 Bluetooth: Make mgmt_pin_code_neg_reply_complete() return void by Marcel Holtmann · 11 years ago
  84. e669cf8 Bluetooth: Make mgmt_pin_code_reply_complete() return void by Marcel Holtmann · 11 years ago
  85. ce0e4a0 Bluetooth: Make mgmt_pin_code_request() return void by Marcel Holtmann · 11 years ago
  86. 2ce5fb5 Bluetooth: Add l2cap_chan_no_resume stub for A2MP by Marcel Holtmann · 11 years ago
  87. dc25306 Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c by Gustavo Padovan · 11 years ago
  88. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  89. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  90. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  91. d1967ff Bluetooth: Update class of device on discoverable timeout by Marcel Holtmann · 11 years ago
  92. efdcf8e Bluetooth: Move eir_get_length() function into hci_event.c by Marcel Holtmann · 11 years ago
  93. 9493399 Bluetooth: Move eir_append_data() function into mgmt.c by Marcel Holtmann · 11 years ago
  94. dc4a5ee Bluetooth: Make mgmt_new_link_key() return void by Marcel Holtmann · 11 years ago
  95. 3d50531 Bluetooth: Add HCI command structure for writing current IAC LAP by Marcel Holtmann · 11 years ago
  96. 4796e8a Bluetooth: Make mgmt_write_scan_failed() return void by Marcel Holtmann · 11 years ago
  97. a330916 Bluetooth: Make mgmt_connectable() return void by Marcel Holtmann · 11 years ago
  98. 86a7564 Bluetooth: Make mgmt_discoverable() return void by Marcel Holtmann · 11 years ago
  99. 6acd7db Bluetooth: Introduce flag for limited discoverable mode by Marcel Holtmann · 11 years ago
  100. 441ad2d Bluetooth: Update advertising data based on management commands by Marcel Holtmann · 11 years ago