1. 4d5770b net: dsa: make the VLAN add function return void by Vivien Didelot · 9 years ago
  2. 8497aa6 net: dsa: make the FDB add function return void by Vivien Didelot · 9 years ago
  3. 43c44a9 net: dsa: make the STP state function return void by Vivien Didelot · 9 years ago
  4. 1089ac6 Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  5. b33b0a1 net: Fix build failure due to lockdep_sock_is_held(). by David S. Miller · 9 years ago
  6. 03be982 sock: make lockdep_sock_is_held static inline by Hannes Frederic Sowa · 9 years ago
  7. 46aa2f3 udp: Remove udp_offloads by Tom Herbert · 9 years ago
  8. 5602c48 vxlan: change vxlan to use UDP socket GRO by Tom Herbert · 9 years ago
  9. 38fd2af udp: Add socket based GRO and config by Tom Herbert · 9 years ago
  10. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 9 years ago
  11. 6305830 udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb by Tom Herbert · 9 years ago
  12. 0340d0b net: Checks skb_dst to be NULL in inet_iif by Tom Herbert · 9 years ago
  13. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 9 years ago
  14. 61881cf sock: fix lockdep annotation in release_sock by Hannes Frederic Sowa · 9 years ago
  15. e1e5314 vxlan: implement GPE by Jiri Benc · 9 years ago
  16. a6d5bbf ip_tunnel: implement __iptunnel_pull_header by Jiri Benc · 9 years ago
  17. ba6fbac cfg80211: Add option to specify previous BSSID for Connect command by Jouni Malinen · 9 years ago
  18. 6e0456b mac80211: add A-MSDU tx support by Felix Fietkau · 9 years ago
  19. c9c5962 mac80211: enable collecting station statistics per-CPU by Johannes Berg · 9 years ago
  20. d63b548 mac80211: allow passing transmitter station on RX by Johannes Berg · 9 years ago
  21. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 9 years ago
  22. e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 9 years ago
  23. b9bb53f sock: convert sk_peek_offset functions to WRITE_ONCE by Willem de Bruijn · 9 years ago
  24. 52cfa1d mac80211: track and tell driver about GO client P2P PS abilities by Ayala Beker · 9 years ago
  25. 17b9424 cfg80211: allow userspace to specify client P2P PS support by Ayala Beker · 9 years ago
  26. 2aa4d45 cfg80211: fix kernel-doc struct name by Akira Moroo · 9 years ago
  27. 38de03d nl80211: add feature for BSS selection support by Arend van Spriel · 9 years ago
  28. f59374e mac80211: synchronize driver rx queues before removing a station by Sara Sharon · 9 years ago
  29. 818965d cfg80211: Allow a scan request for a specific BSSID by Jouni Malinen · 9 years ago
  30. f980ebc mac80211: allow not sending MIC up from driver for HW crypto by Sara Sharon · 9 years ago
  31. 162dd6a mac80211: allow drivers to report CLOCK_BOOTTIME for scan results by Johannes Berg · 9 years ago
  32. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 9 years ago
  33. 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 9 years ago
  34. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 9 years ago
  35. 3a5d1c0 inet: reqsk_alloc() needs to take care of dead listeners by Eric Dumazet · 9 years ago
  36. ee3cf32 tcp/dccp: remove BH disable/enable in lookup by Eric Dumazet · 9 years ago
  37. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 9 years ago
  38. a4298e4 net: add SOCK_RCU_FREE socket flag by Eric Dumazet · 9 years ago
  39. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 9 years ago
  40. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 9 years ago
  41. 24025c4 ipv4: process socket-level control messages in IPv4 by Soheil Hassas Yeganeh · 9 years ago
  42. 3dd17e6 sock: accept SO_TIMESTAMPING flags in socket cmsg by Soheil Hassas Yeganeh · 9 years ago
  43. 6b08492 tcp: use one bit in TCP_SKB_CB to mark ACK timestamps by Soheil Hassas Yeganeh · 9 years ago
  44. 39771b1 sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop by Willem de Bruijn · 9 years ago
  45. 2349262 tcp: remove cwnd moderation after recovery by Yuchung Cheng · 9 years ago
  46. 6579a02 net: ping: make ping_v6_sendmsg static by Haishuang Yan · 9 years ago
  47. db219ba ipv6: remove unused in6_addr struct by Luis de Bethencourt · 9 years ago
  48. 5692d7e vxlan: fix sparse warnings by Jiri Benc · 9 years ago
  49. a09a4c8 tunnels: Remove encapsulation offloads on decap. by Jesse Gross · 9 years ago
  50. 659e0bc sctp: keep fragmentation point aligned to word size by Marcelo Ricardo Leitner · 9 years ago
  51. 3822a5f sctp: align MTU to a word by Marcelo Ricardo Leitner · 9 years ago
  52. 69716a2 ipv6, trace: fix tos reporting on fib6_table_lookup by Daniel Borkmann · 9 years ago
  53. eaa93bf vxlan: fix populating tclass in vxlan6_get_route by Daniel Borkmann · 9 years ago
  54. c78a85a Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 9 years ago
  55. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  56. fe30937 bonding: fix bond_get_stats() by Eric Dumazet · 9 years ago
  57. fca5fdf ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it by Daniel Borkmann · 9 years ago
  58. 808c1b6 bpf, dst: add and use dst_tclassid helper by Daniel Borkmann · 9 years ago
  59. 7047737 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  60. 1cdba55 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  61. 16bfa70 net: dsa: make port_bridge_leave return void by Vivien Didelot · 9 years ago
  62. 71327a4 net: dsa: rename port_*_bridge routines by Vivien Didelot · 9 years ago
  63. 180a2c5 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  64. a44d6ea tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In by Martin KaFai Lau · 9 years ago
  65. 8cb2d8b net: add a hardware buffer management helper API by Gregory CLEMENT · 9 years ago
  66. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
  67. cea8768 sctp: allow sctp_transmit_packet and others to use gfp by Marcelo Ricardo Leitner · 9 years ago
  68. 3380396 csum: Update csum_block_add to use rotate instead of byteswap by Alexander Duyck · 9 years ago
  69. e7f70af vxlan: support setting IPv6 flow label by Daniel Borkmann · 9 years ago
  70. 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 9 years ago
  71. 8208d21 net/flower: Fix pointer cast by Amir Vadai · 9 years ago
  72. d387eaf Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs by Pablo Neira Ayuso · 9 years ago
  73. 519afb1 net/act_skbedit: Utility functions for mark action by Amir Vadai · 9 years ago
  74. 00175ae net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdef by Amir Vadai · 9 years ago
  75. 8de2d79 net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target() public by Amir Vadai · 9 years ago
  76. 5b33f48 net/flower: Introduce hardware offload support by Amir Vadai · 9 years ago
  77. f720d0c kcm: mark helper functions inline by Arnd Bergmann · 9 years ago
  78. 82a37ad Bluetooth: Add support for limited privacy mode by Johan Hedberg · 9 years ago
  79. f160892 mac802154: use put and get unaligned functions by Alexander Aring · 9 years ago
  80. 29152a3 kcm: Add receive message timeout by Tom Herbert · 9 years ago
  81. 7ced95e kcm: Add memory limit for receive message construction by Tom Herbert · 9 years ago
  82. cd6e111 kcm: Add statistics and proc interfaces by Tom Herbert · 9 years ago
  83. ab7ac4e kcm: Kernel Connection Multiplexor module by Tom Herbert · 9 years ago
  84. 473bd23 tcp: Add tcp_inq to get available receive bytes on socket by Tom Herbert · 9 years ago
  85. e28e87e ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INET by Daniel Borkmann · 9 years ago
  86. 3dc94f9 ipv6: per netns FIB garbage collection by Michal Kubeček · 9 years ago
  87. 9a03cd8 ipv6: per netns fib6 walkers by Michal Kubeček · 9 years ago
  88. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 9 years ago
  89. 4c38cd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  90. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 9 years ago
  91. 8050c0f bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as well by Daniel Borkmann · 9 years ago
  92. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  93. f719e37 ipvs: drop first packet to redirect conntrack by Julian Anastasov · 9 years ago
  94. 1f27cde net: sched: use pfifo_fast for non real queues by Eric Dumazet · 9 years ago
  95. aefd3fb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  96. 8a6bf5d netfilter: nft_masq: support port range by Pablo Neira Ayuso · 9 years ago
  97. 822c868 net: ipv4: Convert IP network timestamps to be y2038 safe by Deepa Dinamani · 9 years ago
  98. ef6980b introduce IFE action by Jamal Hadi Salim · 9 years ago
  99. d67703f Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  100. fb2daba net: dsa: support VLAN filtering switchdev attr by Vivien Didelot · 9 years ago