1. 89c7d78 mac802154: change frame_retries behaviour by Alexander Aring · 9 years ago
  2. 91f02b3 mac802154: cfg: remove test and set checks by Alexander Aring · 9 years ago
  3. 09095fd mac802154: fix wpan mac setting while lowpan is there by Alexander Aring · 9 years ago
  4. 51e0e5d ieee802154: 6lowpan: remove multiple lowpan per wpan support by Alexander Aring · 9 years ago
  5. 77e867b 6lowpan: Fix extraction of flow label field by Lukasz Duda · 9 years ago
  6. 0208bc8 Bluetooth: Fix breakage in amp_write_rem_assoc_frag() by Dan Carpenter · 9 years ago
  7. ecea499 net: ethernet: Fix double word "the the" in eth.c by Masanari Iida · 9 years ago
  8. 118d523 mpls: Enforce payload type of traffic sent using explicit NULL by Robert Shearman · 9 years ago
  9. 55045dd net: dsa: add support for switchdev FDB objects by Vivien Didelot · 9 years ago
  10. 8902482 net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago
  11. 1525c38 net: switchdev: change fdb addr for a byte array by Vivien Didelot · 9 years ago
  12. 4933d85 net:wimax: Fix doucble word "the the" in networking.xml by Masanari Iida · 9 years ago
  13. 10e4ea7 net: Fix race condition in store_rps_map by Tom Herbert · 9 years ago
  14. e05176a openvswitch: Make 100 percents packets sampled when sampling rate is 1. by Wenyu Zhang · 9 years ago
  15. da8b43c vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA by Alexei Starovoitov · 9 years ago
  16. 467fa15 RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns. by Sowmini Varadhan · 9 years ago
  17. d5a8ac2 RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net by Sowmini Varadhan · 9 years ago
  18. 3dcb615 af_mpls: add null dev check in find_outdev by Roopa Prabhu · 9 years ago
  19. 5a9348b mpls: small cleanup in inet/inet6_fib_lookup_dev() by Dan Carpenter · 9 years ago
  20. 9dc20a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  21. a6cd379 netfilter: ip6t_REJECT: Remove debug messages from reject_tg6() by Subash Abhinov Kasiviswanathan · 9 years ago
  22. a6affd2 mpls: Use definition for reserved label checks by Robert Shearman · 9 years ago
  23. 0335f5b ipv4: apply lwtunnel encap for locally-generated packets by Robert Shearman · 9 years ago
  24. abf7c1c lwtunnel: set skb protocol and dev by Robert Shearman · 9 years ago
  25. 58da018 bridge: mdb: fix vlan_enabled access when vlans are not configured by Nikolay Aleksandrov · 9 years ago
  26. a5c90b2 act_bpf: properly support late binding of bpf action to a classifier by Daniel Borkmann · 9 years ago
  27. e44deb2 bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0 by Satish Ashok · 9 years ago
  28. 6678053 bridge: Don't segment multiple tagged packets on bridge device by Toshiaki Makita · 9 years ago
  29. ba7591d ebpf: add skb->hash to offset map for usage in {cls, act}_bpf or filters by Daniel Borkmann · 9 years ago
  30. 5510b3c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  31. 7c764ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  32. be26849 ipv6: Disable flowlabel state ranges by default by Tom Herbert · 9 years ago
  33. 4224090 ipv6: Implement different admin modes for automatic flow labels by Tom Herbert · 9 years ago
  34. 67800f9 ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel by Tom Herbert · 9 years ago
  35. f70ea01 net: Add functions to get skb->hash based on flow structures by Tom Herbert · 9 years ago
  36. 04ff53f net: dsa: Add netconsole support by Florian Fainelli · 9 years ago
  37. 4ed70ce net: dsa: Refactor transmit path to eliminate duplication by Florian Fainelli · 9 years ago
  38. 85b1d8b br2684: Remove unnecessary formatting macros b1 and bs by Joe Perches · 9 years ago
  39. 5175f71 act_pedit: check binding before calling tcf_hash_release() by WANG Cong · 9 years ago
  40. bf21563 af_mpls: fix undefined reference to ip6_route_output by Roopa Prabhu · 9 years ago
  41. 343d60a ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument by Roopa Prabhu · 9 years ago
  42. d3aa45c bpf: add helpers to access tunnel metadata by Alexei Starovoitov · 9 years ago
  43. 440d896 tipc: clean up link creation by Jon Paul Maloy · 9 years ago
  44. 9073fb8 tipc: use temporary, non-protected skb queue for bundle reception by Jon Paul Maloy · 9 years ago
  45. 23d8335 tipc: remove implicit message delivery in node_unlock() by Jon Paul Maloy · 9 years ago
  46. 598411d tipc: make resetting of links non-atomic by Jon Paul Maloy · 9 years ago
  47. cf14881 tipc: move received discovery data evaluation inside node.c by Jon Paul Maloy · 9 years ago
  48. 662921c tipc: merge link->exec_mode and link->state into one FSM by Jon Paul Maloy · 9 years ago
  49. 5045f7b tipc: move protocol message sending away from link FSM by Jon Paul Maloy · 9 years ago
  50. 6e49815 tipc: move link synch and failover to link aggregation level by Jon Paul Maloy · 9 years ago
  51. 66996b6 tipc: extend node FSM by Jon Paul Maloy · 9 years ago
  52. 655fb24 tipc: reverse call order for link_reset()->node_link_down() by Jon Paul Maloy · 9 years ago
  53. 6144a99 tipc: move all link_reset() calls to link aggregation level by Jon Paul Maloy · 9 years ago
  54. cbeb83c tipc: eliminate function tipc_link_activate() by Jon Paul Maloy · 9 years ago
  55. 29a3060 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  56. 8a68173 net: sk_clone_lock() should only do get_net() if the parent is not a kernel socket by Sowmini Varadhan · 9 years ago
  57. 8013d1d net/ipv6: add sysctl option accept_ra_min_hop_limit by Hangbin Liu · 9 years ago
  58. 28e6b67 net: sched: fix refcount imbalance in actions by Daniel Borkmann · 9 years ago
  59. 5857d1d Bluetooth: 6lowpan: Fix possible race by Alexander Aring · 9 years ago
  60. c22ff7b mac802154: Fix memory corruption with global deferred transmit state. by Lennert Buytenhek · 9 years ago
  61. 54c9ee3 Bluetooth: cmtp: Do not use list_for_each_safe when not needed by Christophe JAILLET · 9 years ago
  62. f4b3eee netfilter: bridge: do not initialize statics to 0 or NULL by Bernhard Thaler · 9 years ago
  63. 72b1e5e netfilter: bridge: reduce nf_bridge_info to 32 bytes again by Florian Westphal · 9 years ago
  64. df9b89c Bluetooth: Move create/accept phy link completed callback to amp.c by Arron Wang · 9 years ago
  65. b3d3914 Bluetooth: Move amp assoc read/write completed callback to amp.c by Arron Wang · 9 years ago
  66. 8392788 Bluetooth: Move get info completed callback to a2mp.c by Arron Wang · 9 years ago
  67. a77a6a1 Bluetooth: Move high speed specific event under BT_HS option by Arron Wang · 9 years ago
  68. 244bc37 Bluetooth: Add BT_HS config option by Arron Wang · 9 years ago
  69. d7ee351 netfilter: nf_ct_sctp: minimal multihoming support by Michal Kubeček · 9 years ago
  70. f4eaed2 act_bpf: fix memory leaks when replacing bpf programs by Daniel Borkmann · 9 years ago
  71. dcc38c0 openvswitch: Re-add CONFIG_OPENVSWITCH_VXLAN by Thomas Graf · 9 years ago
  72. c8507fb ipv6: flush nd cache on IFF_NOARP change by Eric Dumazet · 9 years ago
  73. 1ce4b2f net: pktgen: Remove unused 'allocated_skbs' field by Bogdan Hamciuc · 9 years ago
  74. 879c7220 net: pktgen: Observe needed_headroom of the device by Bogdan Hamciuc · 9 years ago
  75. 92a99bf lwtunnel: Make lwtun_encaps[] static by Thomas Graf · 9 years ago
  76. 877d1f6 net: Set sk_txhash from a random number by Tom Herbert · 9 years ago
  77. 5a4c355 tipc: fix bug in broadcast synch message create function by Jon Maloy · 9 years ago
  78. 73d0fcf packet: remove handling of tx_ring from prb_shutdown_retire_blk_timer() by Tobias Klauser · 9 years ago
  79. 7ae90a4 bridge: mdb: fix delmdb state in the notification by Nikolay Aleksandrov · 9 years ago
  80. 544586f bridge: mcast: give fast leave precedence over multicast router and querier by Satish Ashok · 9 years ago
  81. df356d5 bridge: Fix network header pointer for vlan tagged packets by Toshiaki Makita · 9 years ago
  82. dbd46ab packet: tpacket_snd(): fix signed/unsigned comparison by Alexander Drozdov · 9 years ago
  83. 11c91ef arp: filter NOARP neighbours for SIOCGARP by Eric Dumazet · 9 years ago
  84. 865b804 net/ipv4: suppress NETDEV_UP notification on address lifetime update by David Ward · 9 years ago
  85. 76b91c3 bridge: stp: when using userspace stp stop kernel hello and hold timers by Nikolay Aleksandrov · 9 years ago
  86. d8132e0 Merge tag 'nfs-for-4.2-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 9 years ago
  87. 158cd4a packet: missing dev_put() in packet_do_bind() by Lars Westerhoff · 9 years ago
  88. f580dd0 SUNRPC: Report TCP errors to the caller by Trond Myklebust · 9 years ago
  89. 1513069 fib_trie: Drop unnecessary calls to leaf_pull_suffix by Alexander Duyck · 9 years ago
  90. 743c69e sunrpc: translate -EAGAIN to -ENOBUFS when socket is writable. by NeilBrown · 9 years ago
  91. e11f40b lwtunnel: use kfree_skb() instead of vanilla kfree() by Dan Carpenter · 9 years ago
  92. 99d7662 tcp: tso: allow deferring under reordering state by Eric Dumazet · 9 years ago
  93. 8d6c31b ipv6: Avoid rt6_probe() taking writer lock in the fast path by Martin KaFai Lau · 9 years ago
  94. 990edb4 ipv6: Re-arrange code in rt6_probe() by Martin KaFai Lau · 9 years ago
  95. dfbafc9 tcp: fix recv with flags MSG_WAITALL | MSG_PEEK by Sabrina Dubroca · 9 years ago
  96. 5a6228a lwtunnel: change prototype of lwtunnel_state_get() by Nicolas Dichtel · 9 years ago
  97. d943659 ipv6: copy lwtstate in ip6_rt_copy_init() by Nicolas Dichtel · 9 years ago
  98. 6673a9f ipv6: use lwtunnel_output6() only if flag redirect is set by Nicolas Dichtel · 9 years ago
  99. b469139 dev: Spelling fix in comments by subashab@codeaurora.org · 9 years ago
  100. 03de104 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 9 years ago