1. 705f1c8 ipv6: remove rt6i_genid by Hannes Frederic Sowa · 10 years ago
  2. 17c9c82 ematch: Fix matching of inverted containers. by Ignacy Gawędzki · 10 years ago
  3. 73d3fe6 gro: fix aggregation for skb using frag_list by Eric Dumazet · 10 years ago
  4. 2c1a431 neigh: check error pointer instead of NULL for ipv4_neigh_lookup() by WANG Cong · 10 years ago
  5. cd0a0bd ip6_gre: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  6. d814b84 ip6_vti: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  7. 2b0bb01 ip6_tunnel: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  8. 5a4ee9a ip6gre: add a rtnl link alias for ip6gretap by Nicolas Dichtel · 10 years ago
  9. e7af85d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  10. d61746b ip_tunnel: Don't allow to add the same tunnel multiple times. by Steffen Klassert · 10 years ago
  11. 543a2dff Merge tag 'master-2014-09-23' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  12. 98f75b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  13. a35165c ipv4: do not use this_cpu_ptr() in preemptible context by Eric Dumazet · 10 years ago
  14. 84de67b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 10 years ago
  15. fa5c107 net: rfkill: gpio: Fix clock status by Loic Poulain · 10 years ago
  16. 2571178 net: sched: shrink struct qdisc_skb_cb to 28 bytes by Eric Dumazet · 10 years ago
  17. 9b67aa4 openvswitch: restore OVS_FLOW_CMD_NEW notifications by Samuel Gauthier · 10 years ago
  18. 8f665f6 Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  19. dda3b19 net: rfkill: gpio: Enable module auto-loading for ACPI based switches by Marcel Holtmann · 10 years ago
  20. b8c203b xfrm: Generate queueing routes only from route lookup functions by Steffen Klassert · 10 years ago
  21. f92ee61 xfrm: Generate blackhole routes only from route lookup functions by Steffen Klassert · 10 years ago
  22. c095f24 bridge: Fix br_should_learn to check vlan_enabled by Vlad Yasevich · 10 years ago
  23. 7ce64c7 net: fix creation adjacent device symlinks by Alexander Y. Fomichev · 10 years ago
  24. 635126b bridge: Allow clearing of pvid and untagged bitmap by Vlad Yasevich · 10 years ago
  25. 20adfa1 bridge: Check if vlan filtering is enabled only once. by Vlad Yasevich · 10 years ago
  26. cffc6c4 Merge tag 'master-2014-09-11' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 10 years ago
  27. 381f4dc ipv6: clean up anycast when an interface is destroyed by Sabrina Dubroca · 10 years ago
  28. c73f6fd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  29. c27a3e4 libceph: do not hard code max auth ticket len by Ilya Dryomov · 10 years ago
  30. 597cda3 libceph: add process_one_ticket() helper by Ilya Dryomov · 10 years ago
  31. 73c3d48 libceph: gracefully handle large reply messages from the mon by Sage Weil · 10 years ago
  32. ed3bfdf RxRPC: Fix missing __user annotation by David Howells · 10 years ago
  33. 6a2a2b3 net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr struct from userland. by Ani Sinha · 10 years ago
  34. ab09b95 Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago
  35. 82d5e2b net: fix skb_page_frag_refill() kerneldoc by Eric Dumazet · 10 years ago
  36. 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
  37. de185ab ipv6: restore the behavior of ipv6_sock_ac_drop() by WANG Cong · 10 years ago
  38. 679ab4dd netfilter: xt_TPROXY: undefined reference to `udp6_lib_lookup' by Pablo Neira Ayuso · 10 years ago
  39. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  40. 84a59ca netfilter: add explicit Kconfig for NETFILTER_XT_NAT by Pablo Neira Ayuso · 10 years ago
  41. e7478df ipv6: use addrconf_get_prefix_route() to remove peer addr by Nicolas Dichtel · 10 years ago
  42. f24062b ipv6: fix a refcnt leak with peer addr by Nicolas Dichtel · 10 years ago
  43. c199105 net-timestamp: only report sw timestamp if reporting bit is set by Willem de Bruijn · 10 years ago
  44. eed4d83 l2tp: fix race while getting PMTU on PPP pseudo-wire by Guillaume Nault · 10 years ago
  45. a9ed4a2 ipv6: fix rtnl locking in setsockopt for anycast and multicast by Sabrina Dubroca · 10 years ago
  46. 785e21a mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_period by Emmanuel Grumbach · 10 years ago
  47. 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
  48. c5eba0b openvswitch: distinguish between the dropped and consumed skb by Li RongQing · 10 years ago
  49. cbb8125 netfilter: nfnetlink: deliver netlink errors on batch completion by Pablo Neira Ayuso · 10 years ago
  50. bd8c78e nl80211: clear skb cb before passing to netlink by Johannes Berg · 10 years ago
  51. d99407f netfilter: nft_rbtree: no need for spinlock from set destroy path by Pablo Neira Ayuso · 10 years ago
  52. 39f3901 netfilter: nft_hash: no need for rcu in the hash set destroy path by Pablo Neira Ayuso · 10 years ago
  53. 4ee45ea openvswitch: fix a memory leak by Li RongQing · 10 years ago
  54. 41ad82f netfilter: fix missing dependencies in NETFILTER_XT_TARGET_LOG by Pablo Neira · 10 years ago
  55. abccc58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 10 years ago
  56. 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
  57. d79a61d netfilter: NETFILTER_XT_TARGET_LOG selects NF_LOG_* by Pablo Neira Ayuso · 10 years ago
  58. 38ab1fa net: sctp: fix ABI mismatch through sctp_assoc_to_state helper by Daniel Borkmann · 10 years ago
  59. d9b2938 net: attempt a single high order allocation by Eric Dumazet · 10 years ago
  60. eb90b0c ipvs: fix ipv6 hook registration for local replies by Julian Anastasov · 10 years ago
  61. ea1d5d7 ipvs: properly declare tunnel encapsulation by Julian Anastasov · 10 years ago
  62. 14b058b mac80211: fix agg_status debugfs file alignment by Johannes Berg · 10 years ago
  63. c7dcb45 mac80211: fix start_seq_num in Rx reorder offload by Denton Gentry · 10 years ago
  64. 6c6fa49 mac80211: mesh_plink: handle confirm frames with new plid by Bob Copeland · 10 years ago
  65. 3918edb mac80211: fix smps mode check for AP_VLAN by Felix Fietkau · 10 years ago
  66. 0e67c13 mac80211: ignore AP_VLAN in ieee80211_recalc_chanctx_chantype by Felix Fietkau · 10 years ago
  67. bb512ad Revert "mac80211: disable uAPSD if all ACs are under ACM" by Johannes Berg · 10 years ago
  68. db11503 net: fix checksum features handling in netif_skb_features() by Michal Kubeček · 10 years ago
  69. 4c75431 net: prevent of emerging cross-namespace symlinks by Alexander Y. Fomichev · 10 years ago
  70. fb70118 net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDs by Mika Westerberg · 10 years ago
  71. 0fdcaa5 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 10 years ago
  72. d1c85c2 netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL by Zhouyi Zhou · 10 years ago
  73. 47e4df9 mac80211: fix channel switch for chanctx-based drivers by Michal Kazior · 10 years ago
  74. aa4a83e net: sctp: fix suboptimal edge-case on non-active active/retrans path selection by Daniel Borkmann · 10 years ago
  75. ea4f19c net: sctp: spare unnecessary comparison in sctp_trans_elect_best by Daniel Borkmann · 10 years ago
  76. 2ba5af4 openvswitch: fix panic with multiple vlan headers by Jiri Benc · 10 years ago
  77. 793c3b4 net: ipv6: fib: don't sleep inside atomic lock by Benjamin Block · 10 years ago
  78. 061079a sctp: not send SCTP_PEER_ADDR_CHANGE notifications with failed probe by zhuyj · 10 years ago
  79. dc80811 packet: handle too big packets for PACKET_V3 by Eric Dumazet · 10 years ago
  80. 6df378d lec: Use rtnl lock/unlock when updating MTU by chas williams - CONTRACTOR · 10 years ago
  81. f161dd4 Bluetooth: Fix hci_conn reference counting for auto-connections by Johan Hedberg · 10 years ago
  82. 1e8430f netfilter: nf_tables: nat expression must select CONFIG_NF_NAT by Pablo Neira Ayuso · 10 years ago
  83. caa8ad9 netfilter: x_tables: allow to use default cgroup match by Daniel Borkmann · 10 years ago
  84. 02784f1b tipc: Fix build. by David S. Miller · 10 years ago
  85. 7201c1d cbq: now_rt removal by Vasily Averin · 10 years ago
  86. 73d0f37 cbq: incorrectly low bandwidth setting blocks limited traffic by Vasily Averin · 10 years ago
  87. 6697dab ieee802154: 6lowpan: ensure MTU of 1280 for 6lowpan by Martin Townsend · 10 years ago
  88. 685d632 ieee802154: 6lowpan: ensure of sending 1280 packets by Alexander Aring · 10 years ago
  89. 6e361d6 ieee802154: mac802154: handle the reserved dest mode by dropping the packet by Martin Townsend · 10 years ago
  90. c4cb901 ieee802154: 6lowpan_rtnl: fix correct errno value by Alexander Aring · 10 years ago
  91. 7629d1e mac802154: fixed potential skb leak with mac802154_parse_frame_start by Martin Townsend · 10 years ago
  92. 8993cf8 netfilter: move NAT Kconfig switches out of the iptables scope by Pablo Neira Ayuso · 10 years ago
  93. ac32c7f tipc: fix message importance range check by Erik Hugne · 10 years ago
  94. e050dbe batman-adv: Fix parameter order of hlist_add_behind by Sven Eckelmann · 10 years ago
  95. 9ce12eb netlink: Annotate RCU locking for seq_file walker by Thomas Graf · 10 years ago
  96. 0c9ab09 tcp: fix ssthresh and undo for consecutive short FRTO episodes by Neal Cardwell · 10 years ago
  97. a26552a tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logic by Hannes Frederic Sowa · 10 years ago
  98. 4fab907 tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced() by Neal Cardwell · 10 years ago
  99. bc8fc7b sit: Fix ipip6_tunnel_lookup device matching criteria by Shmulik Ladkani · 10 years ago
  100. 9d186ca tcp: don't use timestamp from repaired skb-s to calculate RTT (v2) by Andrey Vagin · 10 years ago