1. bf355b8 ipv6: sr: add core files for SR HMAC support by David Lebrun · 8 years ago
  2. 6c8702c ipv6: sr: add support for SRH encapsulation and injection with lwtunnels by David Lebrun · 8 years ago
  3. 915d7e5 ipv6: sr: add code base for control plane support of SR-IPv6 by David Lebrun · 8 years ago
  4. 1ababeb ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header) by David Lebrun · 8 years ago
  5. 3f9b977 net: l2tp: fix negative assignment to unsigned int by Asbjørn Sloth Tønnesen · 8 years ago
  6. 57ceb86 net: l2tp: cleanup: remove redundant condition by Asbjørn Sloth Tønnesen · 8 years ago
  7. 97b7af0 net: l2tp: netlink: l2tp_nl_tunnel_send: set UDP6 checksum flags by Asbjørn Sloth Tønnesen · 8 years ago
  8. 7ff516f net: l2tp: only set L2TP_ATTR_UDP_CSUM if AF_INET by Asbjørn Sloth Tønnesen · 8 years ago
  9. d61d072 net-gro: avoid reorders by Eric Dumazet · 8 years ago
  10. 75bfbca net/sched: act_tunnel_key: Add UDP dst port option by Hadar Hen Zion · 8 years ago
  11. 24ba898 net/dst: Add dst port to dst_metadata utility functions by Hadar Hen Zion · 8 years ago
  12. f4d997f net/sched: cls_flower: Add UDP port to tunnel parameters by Hadar Hen Zion · 8 years ago
  13. 519d105 net/sched: cls_flower: Allow setting encapsulation fields as used key by Hadar Hen Zion · 8 years ago
  14. 9ce183b net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_key by Hadar Hen Zion · 8 years ago
  15. 35b8073 net: core: add missing check for uid_range in rule_exists. by Lorenzo Colitti · 8 years ago
  16. 67db3e4 tcp: no longer hold ehash lock while calling tcp_get_info() by Eric Dumazet · 8 years ago
  17. ccbf3bf tcp: shortcut listeners in tcp_get_info() by Eric Dumazet · 8 years ago
  18. 117d15b RDS: TCP: start multipath acceptor loop at 0 by Sowmini Varadhan · 8 years ago
  19. 1ac507d RDS: TCP: report addr/port info based on TCP socket in rds-info by Sowmini Varadhan · 8 years ago
  20. f5f9930 sock: do not set sk_err in sock_dequeue_err_skb by Soheil Hassas Yeganeh · 8 years ago
  21. 84c46dd qdisc: catch misconfig of attaching qdisc to tx_queue_len zero device by Jesper Dangaard Brouer · 8 years ago
  22. 1159708 net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue len by Jesper Dangaard Brouer · 8 years ago
  23. d0a81f6 net: make default TX queue length a defined constant by Jesper Dangaard Brouer · 8 years ago
  24. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  25. ad95903 net/sock: add an explicit sk argument for ip_cmsg_recv_offset() by Paolo Abeni · 8 years ago
  26. cd2c0f4 net: Update raw socket bind to consider l3 domain by David Ahern · 8 years ago
  27. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  28. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  29. 86741ec net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  30. 5976c5f net/sched: cls_flower: Support matching on SCTP ports by Simon Horman · 8 years ago
  31. dbd1759 ipv6: on reassembly, record frag_max_size by Willem de Bruijn · 8 years ago
  32. 0cc0aa61 ipv6: add IPV6_RECVFRAGSIZE cmsg by Willem de Bruijn · 8 years ago
  33. 70ecc24 ipv4: add IP_RECVFRAGSIZE cmsg by Willem de Bruijn · 8 years ago
  34. 9999370 net: ip, raw_diag -- Use jump for exiting from nested loop by Cyrill Gorcunov · 8 years ago
  35. cd05a0e net: ip, raw_diag -- Fix socket leaking for destroy request by Cyrill Gorcunov · 8 years ago
  36. 1913540 ila: Fix crash caused by rhashtable changes by Tom Herbert · 8 years ago
  37. 3de864f net: ip, diag -- Adjust raw_abort to use unlocked __udp_disconnect by Cyrill Gorcunov · 8 years ago
  38. 2331ccc tcp: enhance tcp collapsing by Eric Dumazet · 8 years ago
  39. e4ff952 sctp: clean up sctp_packet_transmit by Xin Long · 8 years ago
  40. 13fa876 net/sched: cls_flower: merge filter delete/destroy common code by Roi Dayan · 8 years ago
  41. a1a8f7f net/sched: cls_flower: add missing unbind call when destroying flows by Roi Dayan · 8 years ago
  42. 4cb551a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  43. 886bc50 netfilter: nf_queue: place volatile data in own cacheline by Florian Westphal · 8 years ago
  44. e41e9d6 netfilter: nf_tables: remove useless U8_MAX validation by Liping Zhang · 8 years ago
  45. 2fa8419 netfilter: nf_tables: introduce routing expression by Anders K. Pedersen · 8 years ago
  46. 8db4c5b netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c by Pablo Neira Ayuso · 8 years ago
  47. 1fddf4b netfilter: nf_log: add packet logging for netdev family by Pablo Neira Ayuso · 8 years ago
  48. f6d0cbc netfilter: nf_tables: add fib expression by Florian Westphal · 8 years ago
  49. 22ca904 genetlink: fix error return code in genl_register_family() by Wei Yongjun · 8 years ago
  50. e58e415 net: Enable support for VRF with ipv4 multicast by David Ahern · 8 years ago
  51. f40acba tipc: remove SS_CONNECTED sock state by Parthasarathy Bhuvaragan · 8 years ago
  52. 99a2088 tipc: create TIPC_CONNECTING as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  53. 6f00089 tipc: remove SS_DISCONNECTING state by Parthasarathy Bhuvaragan · 8 years ago
  54. 9fd4b07 tipc: create TIPC_DISCONNECTING as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  55. 438adca tipc: create TIPC_OPEN as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  56. 8ea642e tipc: create TIPC_ESTABLISHED as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  57. 0c288c8 tipc: create TIPC_LISTEN as a new sk_state by Parthasarathy Bhuvaragan · 8 years ago
  58. c752023 tipc: remove socket state SS_READY by Parthasarathy Bhuvaragan · 8 years ago
  59. 360aab6 tipc: remove probing_intv from tipc_sock by Parthasarathy Bhuvaragan · 8 years ago
  60. d6fb7e9 tipc: remove tsk->connected from tipc_sock by Parthasarathy Bhuvaragan · 8 years ago
  61. 87227fe tipc: remove tsk->connected for connectionless sockets by Parthasarathy Bhuvaragan · 8 years ago
  62. aeda16b tipc: rename tsk->remote to tsk->peer for consistent naming by Parthasarathy Bhuvaragan · 8 years ago
  63. ba8aebe tipc: rename struct tipc_skb_cb member handle to bytes_read by Parthasarathy Bhuvaragan · 8 years ago
  64. cb5da84 tipc: set kern=0 in sk_alloc() during tipc_accept() by Parthasarathy Bhuvaragan · 8 years ago
  65. 4891d8f tipc: wakeup sleeping users at disconnect by Parthasarathy Bhuvaragan · 8 years ago
  66. 7cf87fa tipc: return early for non-blocking sockets at link congestion by Parthasarathy Bhuvaragan · 8 years ago
  67. 91b02d3 bridge: mcast: add router port on PIM hello message by Nikolay Aleksandrov · 8 years ago
  68. 56245ca net: pim: add all RFC7761 message types by Nikolay Aleksandrov · 8 years ago
  69. 184c449 net: Add support for XPS with QoS via traffic classes by Alexander Duyck · 8 years ago
  70. 6234f87 net: Refactor removal of queues from XPS map and apply on num_tc changes by Alexander Duyck · 8 years ago
  71. 8d059b0 net: Add sysfs value to determine queue traffic class by Alexander Duyck · 8 years ago
  72. 9cf1f6a net: Move functions for configuring traffic classes out of inline headers by Alexander Duyck · 8 years ago
  73. c62cce2 net: add an ioctl to get a socket network namespace by Andrey Vagin · 8 years ago
  74. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  75. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  76. 0e82c76 genetlink: Fix generic netlink family unregister by pravin shelar · 8 years ago
  77. 32ab0a38 Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  78. 06bd2b1 tipc: fix broadcast link synchronization problem by Jon Paul Maloy · 8 years ago
  79. 9b9375b tcp_bbr: add a state transition diagram and accompanying comment by Neal Cardwell · 8 years ago
  80. a283ad5 Merge tag 'batadv-next-for-davem-20161027' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  81. ff57087 rds: debug messages are enabled by default by shamir rabinovitch · 8 years ago
  82. 880b583 Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  83. 46b5ab1 net: dev: Fix non-RCU based lower dev walker by David Ahern · 8 years ago
  84. b917783 flow_dissector: __skb_get_hash_symmetric arg can be const by Florian Westphal · 8 years ago
  85. 5ea8ea2 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
  86. ad60133 Merge tag 'batadv-net-for-davem-20161026' of git://git.open-mesh.org/linux-merge by David S. Miller · 8 years ago
  87. 104ba78 packet: on direct_xmit, limit tso and csum to supported devices by Willem de Bruijn · 8 years ago
  88. 4700e9c net_sched actions: use nla_parse_nested() by Johannes Berg · 8 years ago
  89. c778453 switchdev: Remove redundant variable by Ido Schimmel · 8 years ago
  90. b15ca18 netlink: Add nla_memdup() to wrap kmemdup() use on nlattr by Thomas Graf · 8 years ago
  91. f8da977 net: ip, diag: include net/inet_sock.h by Arnd Bergmann · 8 years ago
  92. ae148b0 ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit() by Eli Cooper · 8 years ago
  93. e4cabca inet: Fix missing return value in inet6_hash by Craig Gallek · 8 years ago
  94. bf911e9 sctp: validate chunk len before actually using it by Marcelo Ricardo Leitner · 8 years ago
  95. b09edbd net caif: insert missing spaces in pr_* messages and unbreak multi-line strings by Colin Ian King · 8 years ago
  96. 1d00578 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  97. 5148771 mac80211: fils_aead: fix encrypt error handling by Arnd Bergmann · 8 years ago
  98. 002d8a1 net: skip genenerating uevents for network namespaces that are exiting by Andrey Vagin · 8 years ago
  99. 9ee7837 net sched filters: fix notification of filter delete with proper handle by Jamal Hadi Salim · 8 years ago
  100. bc72f3d flow_dissector: fix vlan tag handling by Arnd Bergmann · 8 years ago