1. 7b4ce69 rtnetlink: pass link_net to the newlink handler by Nicolas Dichtel · 10 years ago
  2. 8997c27 caif: remove wrong dev_net_set() call by Nicolas Dichtel · 10 years ago
  3. ac363cf Bluetooth: Fix sending Read Remote Extended Features command by Szymon Janc · 10 years ago
  4. 811230c tcp: ipv4: initialize unicast_sock sk_pacing_rate by Eric Dumazet · 10 years ago
  5. 86b3bfe pkt_sched: fq: remove useless TIME_WAIT check by Eric Dumazet · 10 years ago
  6. 2dbce09 act_connmark: fix dependencies better by Arnd Bergmann · 10 years ago
  7. 7cc0566 net: remove sock_iocb by Christoph Hellwig · 10 years ago
  8. b869387 openvswitch: Add support for checksums on UDP tunnels. by Jesse Gross · 10 years ago
  9. b8f8be3f Merge tag 'nfc-next-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 10 years ago
  10. 59ccaaa bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify by Roopa Prabhu · 10 years ago
  11. d6b1a8a tcp: fix timing issue in CUBIC slope calculation by Neal Cardwell · 10 years ago
  12. 9cd981d tcp: fix stretch ACK bugs in CUBIC by Neal Cardwell · 10 years ago
  13. c22bdca tcp: fix stretch ACK bugs in Reno by Neal Cardwell · 10 years ago
  14. 814d488 tcp: fix the timid additive increase on stretch ACKs by Neal Cardwell · 10 years ago
  15. e73ebb0 tcp: stretch ACK fixes prep by Neal Cardwell · 10 years ago
  16. 64dae96 Bluetooth: Move smp_unregister() into hci_dev_do_close() function by Marcel Holtmann · 10 years ago
  17. c7741d1 Bluetooth: Perform a power cycle when receiving hardware error event by Marcel Holtmann · 10 years ago
  18. 5c91249 Bluetooth: Introduce hci_dev_do_reset helper function by Marcel Holtmann · 10 years ago
  19. 8f502f8 Bluetooth: Fix notifying discovery state when powering off by Johan Hedberg · 10 years ago
  20. 39c5d97 Bluetooth: Fix notifying discovery state upon reset by Johan Hedberg · 10 years ago
  21. 5920028 Bluetooth: Fix check for SSP when enabling SC by Johan Hedberg · 10 years ago
  22. aa5b034 Bluetooth: Check for P-256 OOB values in Secure Connections Only mode by Marcel Holtmann · 10 years ago
  23. a83ed81e Bluetooth: Use helper function to determine BR/EDR OOB data present by Marcel Holtmann · 10 years ago
  24. 6665d05 Bluetooth: Clear P-192 values for OOB when in Secure Connections Only mode by Marcel Holtmann · 10 years ago
  25. d25b78e Bluetooth: Enforce zero-valued hash/rand192 for LE OOB by Johan Hedberg · 10 years ago
  26. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. ec14b6c NFC: hci: Remove nfc_hci_pipe2gate function by Christophe Ricard · 10 years ago
  28. 8409e42 NFC: hci: Add cmd_received handler by Christophe Ricard · 10 years ago
  29. 615b524 NFC: hci: Reference every pipe information according to notification by Christophe Ricard · 10 years ago
  30. af77522 NFC: hci: Change nfc_hci_send_response gate parameter to pipe by Christophe Ricard · 10 years ago
  31. 118278f NFC: hci: Add pipes table to reference them with a tuple {gate, host} by Christophe Ricard · 10 years ago
  32. fda7a49 NFC: hci: Change event_received handler gate parameter to pipe by Christophe Ricard · 10 years ago
  33. 06539d3 net: don't OOPS on socket aio by Christoph Hellwig · 10 years ago
  34. 8ade538 mac80111: Add BIP-GMAC-128 and BIP-GMAC-256 ciphers by Jouni Malinen · 10 years ago
  35. 56c52da mac80111: Add BIP-CMAC-256 cipher by Jouni Malinen · 10 years ago
  36. 2b2ba0d mac80111: Add CCMP-256 cipher by Jouni Malinen · 10 years ago
  37. 00b9cfa mac80111: Add GCMP and GCMP-256 ciphers by Jouni Malinen · 10 years ago
  38. cfcf168 cfg80211: Add new GCMP, CCMP-256, BIP-GMAC, BIP-CMAC-256 ciphers by Jouni Malinen · 10 years ago
  39. 3772056 cfg80211: Fix BIP (AES-CMAC) cipher validation by Jouni Malinen · 10 years ago
  40. 9120d94 mac80211: handle potential race between suspend and scan completion by Luciano Coelho · 10 years ago
  41. 8ea65f4 netlink: Kill redundant net argument in netlink_insert by Herbert Xu · 10 years ago
  42. bf693f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 10 years ago
  43. 6e9e16e6 ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos too by Hannes Frederic Sowa · 10 years ago
  44. fc752f1 ping: Fix race in free in receive path by subashab@codeaurora.org · 10 years ago
  45. 86f3cdd udp_diag: Fix socket skipping within chain by Herbert Xu · 10 years ago
  46. 7d63585 Merge tag 'mac80211-for-davem-2015-01-23' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 10 years ago
  47. df4d925 ipv4: try to cache dst_entries which would cause a redirect by Hannes Frederic Sowa · 10 years ago
  48. 600ddd6 net: sctp: fix slab corruption from use after free on INIT collisions by Daniel Borkmann · 10 years ago
  49. 08bfc9c flow_dissector: add tipc support by Erik Hugne · 10 years ago
  50. 3fa9cac tipc: fix excessive network event logging by Erik Hugne · 10 years ago
  51. fd3e646 net: act_bpf: fix size mismatch on filter preparation by Daniel Borkmann · 10 years ago
  52. 1c1bc6b net: cls_basic: return from walking on match in basic_get by Daniel Borkmann · 10 years ago
  53. 3f2ab13 net: cls_bpf: fix auto generation of per list handles by Daniel Borkmann · 10 years ago
  54. 7913ecf net: cls_bpf: fix size mismatch on filter preparation by Daniel Borkmann · 10 years ago
  55. 74ed7ab openvswitch: Add support for unique flow IDs. by Joe Stringer · 10 years ago
  56. 272c2cf openvswitch: Use sw_flow_key_range for key ranges. by Joe Stringer · 10 years ago
  57. d29ab6f openvswitch: Refactor ovs_flow_tbl_insert(). by Joe Stringer · 10 years ago
  58. 5b4237b openvswitch: Refactor ovs_nla_fill_match(). by Joe Stringer · 10 years ago
  59. 511e78a NFC: nfc_disable_se Remove useless blank line at beginning of function by Christophe Ricard · 10 years ago
  60. ec06848 NFC: nfc_enable_se Remove useless blank line at beginning of function by Christophe Ricard · 10 years ago
  61. e8781f7 netfilter: nf_tables: disable preemption when restoring chain counters by Pablo Neira Ayuso · 10 years ago
  62. 1dc7b90 ipv6: tcp: fix race in IPV6_2292PKTOPTIONS by Eric Dumazet · 10 years ago
  63. 1b846f9 bridge: simplify br_getlink() a bit by Dan Carpenter · 10 years ago
  64. b0a1ba5 ipv6: Fix __ip6_route_redirect by Martin KaFai Lau · 10 years ago
  65. 24df898 net: dsa: set slave MII bus PHY mask by Vivien Didelot · 10 years ago
  66. c2943f1 net: ipv6: Add sysctl entry to disable MTU updates from RA by Harout Hedeshian · 10 years ago
  67. 64c6272 fib_trie: Various clean-ups for handling slen by Alexander Duyck · 10 years ago
  68. 0252536 fib_trie: Move fib_find_alias to file where it is used by Alexander Duyck · 10 years ago
  69. 30cfe7c fib_trie: Use empty_children instead of counting empty nodes in stats collection by Alexander Duyck · 10 years ago
  70. 95f60ea fib_trie: Add collapse() and should_collapse() to resize by Alexander Duyck · 10 years ago
  71. a80e89d fib_trie: Fall back to slen update on inflate/halve failure by Alexander Duyck · 10 years ago
  72. 69fa57b fib_trie: Fix RCU bug and merge similar bits of inflate/halve by Alexander Duyck · 10 years ago
  73. b383211 fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bits by Alexander Duyck · 10 years ago
  74. 6b8d911 net: llc: use correct size for sysctl timeout entries by Sasha Levin · 10 years ago
  75. af33c1a vxlan: Eliminate dependency on UDP socket in transmit path by Tom Herbert · 10 years ago
  76. d998f8e udp: Do not require sock in udp_tunnel_xmit_skb by Tom Herbert · 10 years ago
  77. c4a7ca7 SUNRPC: Allow waiting on memory allocation by Trond Myklebust · 10 years ago
  78. 127b21b SUNRPC: Adjust rpciod workqueue parameters by Trond Myklebust · 10 years ago
  79. 193523b vxlan: advertise netns of vxlan dev in fdb msg by Nicolas Dichtel · 10 years ago
  80. 1f17257 vlan: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  81. 3390e39 ip6gretap: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  82. bdef279 rtnl: fix error path when adding an iface with a link net by Nicolas Dichtel · 10 years ago
  83. d792445 act_connmark: Add missing dependency on NF_CONNTRACK_MARK by Thomas Graf · 10 years ago
  84. dfb2fae Bluetooth: Fix nested sleeps by Peter Hurley · 10 years ago
  85. a1443f5 Bluetooth: Convert Set SC to use HCI Request by Johan Hedberg · 10 years ago
  86. 484aabc Bluetooth: Remove incorrect check for BDADDR_BREDR address type by Johan Hedberg · 10 years ago
  87. 5d57e79 Bluetooth: Check for valid bdaddr in add_remote_oob_data by Johan Hedberg · 10 years ago
  88. 3c51991 sunrpc/lockd: fix references to the BKL by Jeff Layton · 10 years ago
  89. 225b818 mac80211: support beacon statistics by Johannes Berg · 10 years ago
  90. 3d6dc34 mac80211: fix per-TID RX-MSDU counter by Johannes Berg · 10 years ago
  91. c5309ba mac80211: tdls: disentangle HT supported conditions by Johannes Berg · 10 years ago
  92. d6f5cc0 mac80211: tdls: remove shadowing variable by Johannes Berg · 10 years ago
  93. 13874e4 nl80211: suppress smatch warnings by Johannes Berg · 10 years ago
  94. 0fa7b39 nl80211: fix per-station group key get/del and memory leak by Johannes Berg · 10 years ago
  95. 985e88b Revert "mac80211: keep sending peer candidate events while in listen state" by Bob Copeland · 10 years ago
  96. 332ff7f mac80211: complete scan work immediately if quiesced or suspended by Luciano Coelho · 10 years ago
  97. 4afaff1 mac80211: avoid races related to suspend flow by Emmanuel Grumbach · 10 years ago
  98. 14f2ae8 mac80211: synchronize_net() before flushing the queues by Emmanuel Grumbach · 10 years ago
  99. 3a5c5e8 mac80211: properly set CCK flag in radiotap by Mathy Vanhoef · 10 years ago
  100. fb142f4 mac80211: correct header length calculation by Fred Chou · 10 years ago