1. 80019d3 net: Remove unlikely() for WARN_ON() conditions by Thomas Graf · 10 years ago
  2. 16eecd9 dcbnl : Fix misleading dcb_app->priority explanation by Anish Bhatt · 10 years ago
  3. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. c54a5e0 ipv4: clean up cast warning in do_ip_getsockopt by Karoly Kemeny · 10 years ago
  5. ad025a5 tipc: remove duplicated include from socket.c by Wei Yongjun · 10 years ago
  6. 2744644 net/udp_offload: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  7. d0e992a openvswitch: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  8. 5a8dbf0 net/ipv4: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  9. 40eea80 net: sendmsg: fix NULL pointer dereference by Andrey Ryabinin · 10 years ago
  10. 9c5ff24 vlan: fail early when creating netdev named config by WANG Cong · 10 years ago
  11. a317a2f ipv6: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  12. 20e61da ipv4: fail early when creating netdev named all or default by WANG Cong · 10 years ago
  13. 4d276eb net: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  14. 68a360e packet: remove deprecated syststamp timestamp by Willem de Bruijn · 10 years ago
  15. 04ca697 ip: make IP identifiers less predictable by Eric Dumazet · 10 years ago
  16. 13e9b99 tipc: make tipc_buf_append() more robust by Jon Paul Maloy · 10 years ago
  17. 545469f neighbour : fix ndm_type type error issue by Jun Zhao · 10 years ago
  18. 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
  19. 1bab4c7 inet: frag: set limits and make init_net's high_thresh limit global by Nikolay Aleksandrov · 10 years ago
  20. ab1c724 inet: frag: use seqlock for hash rebuild by Florian Westphal · 10 years ago
  21. e3a57d1 inet: frag: remove periodic secret rebuild timer by Florian Westphal · 10 years ago
  22. 3fd588e inet: frag: remove lru list by Florian Westphal · 10 years ago
  23. 434d305 inet: frag: don't account number of fragment queues by Florian Westphal · 10 years ago
  24. b13d3cb inet: frag: move eviction of queues to work queue by Florian Westphal · 10 years ago
  25. 86e93e4 inet: frag: move evictor calls into frag_find function by Florian Westphal · 10 years ago
  26. fb3cfe6 inet: frag: remove hash size assumptions from callers by Florian Westphal · 10 years ago
  27. 36c7778 inet: frag: constify match, hashfn and constructor arguments by Florian Westphal · 10 years ago
  28. 9a24440 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  29. ac3d2e5 ipv6: remove obsolete comment in ip6_append_data() by Li RongQing · 10 years ago
  30. 6b53daf net: do not name the pointer to struct net_device net by WANG Cong · 10 years ago
  31. 2695fb5 net: filter: rename 'struct sock_filter_int' into 'struct bpf_insn' by Alexei Starovoitov · 10 years ago
  32. e40f5c7 net_sched: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  33. 56ec0fb neigh: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  34. 179542a igmp: remove exceptional & on function name by Himangi Saraogi · 10 years ago
  35. e62f775 Merge tag 'master-2014-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  36. 29be618 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  37. d9e0ecb openvswitch: Add skb_clone NULL check for the sampling action. by Andy Zhou · 10 years ago
  38. 651887b openvswitch: Sample action without side effects by Simon Horman · 10 years ago
  39. f53e383 openvswitch: Avoid memory corruption in queue_userspace_packet() by Andy Zhou · 10 years ago
  40. f6eec61 openvswitch: Enable tunnel GSO for OVS bridge. by Pravin B Shelar · 10 years ago
  41. 5cd667b openvswitch: Allow each vport to have an array of 'port_id's. by Alex Wang · 10 years ago
  42. 11f1fb3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 10 years ago
  43. f5bffec net: filter: split filter.c into two files by Alexei Starovoitov · 10 years ago
  44. f5220d6 ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw sockets by Quentin Armitage · 10 years ago
  45. 274f482 sock: remove skb argument from sk_rcvqueues_full by Sorin Dumitru · 10 years ago
  46. 3b8de07 Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  47. 1be9a95 net: sctp: inherit auth_capable on INIT collisions by Daniel Borkmann · 10 years ago
  48. 526cbef net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAY by David Laight · 10 years ago
  49. 723189f net: sctp: Open out the check for Nagle by David Laight · 10 years ago
  50. fa8f136 mac80211: fix crash on getting sta info with uninitialized rate control by Felix Fietkau · 10 years ago
  51. bd6fb31 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  52. a006827 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  53. 8fd90bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  54. 1042cab af_iucv: avoid path quiesce of severed path in shutdown() by Ursula Braun · 10 years ago
  55. 850717e Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge by David S. Miller · 10 years ago
  56. 10ec947 ipv4: fix buffer overflow in ip_options_compile() by Eric Dumazet · 10 years ago
  57. 08cf42e mac80211: add support for Rx reordering offloading by Michal Kazior · 10 years ago
  58. 83eb935 mac80211: fix Rx reordering with RX_FLAG_AMSDU_MORE by Michal Kazior · 10 years ago
  59. 60e83de mac80211: remove useless NULL checks by Eytan Lifshitz · 10 years ago
  60. 27f70f3 Bluetooth: Prefer sizeof(*ptr) when allocating memory by Johan Hedberg · 10 years ago
  61. aeb136c mac80211: fix a potential NULL access in ieee80211_crypto_hw_decrypt by Max Stepanov · 10 years ago
  62. fa96aab wireless: fixup genregdb.awk for remove of antenna gain from wireless-regd by Luis R. Rodriguez · 10 years ago
  63. 3e2a022 mac80211: remove redundant IEEE80211_STA_CSA_RECEIVED flag by Luciano Coelho · 10 years ago
  64. bb3f848 mac80211: make sure TDLS teardown packet is sent on time by Liad Kaufman · 10 years ago
  65. db8e173 mac80211: ignore frames between TDLS peers when operating as AP by Arik Nemtsov · 10 years ago
  66. c72e114 cfg80211: fix TDLS setup with VHT peers by Arik Nemtsov · 10 years ago
  67. bed766b mac80211: disable VHT for TDLS by Arik Nemtsov · 10 years ago
  68. dc5943d mac80211: set Rx highest rate in ht_cap by Arik Nemtsov · 10 years ago
  69. 13cc8a4 mac80211: support HT for TDLS stations by Arik Nemtsov · 10 years ago
  70. 81dd2b8 mac80211: move TDLS data to mgd private part by Arik Nemtsov · 10 years ago
  71. 6f7eaa4 mac80211: add TDLS QoS param IE on setup-confirm by Arik Nemtsov · 10 years ago
  72. 40b861a mac80211: add QoS IE during TDLS setup start by Arik Nemtsov · 10 years ago
  73. dd8c0b0 mac80211: set TDLS capab to zero on failure frames by Arik Nemtsov · 10 years ago
  74. 1606ef4 mac80211: avoid adding some IEs on TDLS setup failure packets by Arik Nemtsov · 10 years ago
  75. f09a87d mac80211: split extra TDLS IEs in setup frames by Arik Nemtsov · 10 years ago
  76. 46792a2 mac80211: consolidate TDLS IE treatment by Arik Nemtsov · 10 years ago
  77. 6ae32e5 mac80211: fix error path for TDLS setup by Arik Nemtsov · 10 years ago
  78. 626911c mac80211: track TDLS initiator internally by Arik Nemtsov · 10 years ago
  79. 35df3b2 batman-adv: fix TT VLAN inconsistency on VLAN re-add by Antonio Quartulli · 10 years ago
  80. d46b6bf batman-adv: drop QinQ claim frames in bridge loop avoidance by Simon Wunderlich · 10 years ago
  81. 640d7ef dns_resolver: Null-terminate the right string by Ben Hutchings · 10 years ago
  82. 52f50ce tipc: fix sparse non static symbol warnings by Wei Yongjun · 10 years ago
  83. fa4eff4 net/rxrpc/ar-key.c: drop negativity check on unsigned value by Andrey Utkin · 10 years ago
  84. a8138f4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  85. 7801db8 net_sched: avoid generating same handle for u32 filters by Cong Wang · 10 years ago
  86. 6fe82a3 net: print a notification on device rename by Veaceslav Falico · 10 years ago
  87. ccc7f49 net: print net_device reg_state in netdev_* unless it's registered by Veaceslav Falico · 10 years ago
  88. 224e923 net_sched: hold tcf_lock in netdevice notifier by Cong Wang · 10 years ago
  89. 0a961a4 Bluetooth: Remove unneeded variable assignment in hmac_sha256 by Marcel Holtmann · 10 years ago
  90. d1d588c Bluetooth: Disable HCI_CONNECTABLE based passive scanning for now by Johan Hedberg · 10 years ago
  91. fd29d2c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  92. 7fc9427 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  93. beb19e4 Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP by Johan Hedberg · 10 years ago
  94. 8c26d45 cfg80211: fix mic_failure tracing by Eliad Peller · 10 years ago
  95. 1d4cc30 mac80211: suppress unused variable warning without lockdep by Johannes Berg · 10 years ago
  96. c265947 Update setapp/getapp prototypes in dcbnl_rtnl_ops to return int instead of u8 by Anish Bhatt · 10 years ago
  97. 9cc63db net_sched: cancel nest attribute on failure in tcf_exts_dump() by Cong Wang · 10 years ago
  98. 2f407f0 Bluetooth: Fix allowing initiating pairing when not pairable by Johan Hedberg · 10 years ago
  99. 977f8fc Bluetooth: Introduce a flag to track who really initiates authentication by Johan Hedberg · 10 years ago
  100. e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago