1. c915fe1 udplite: fix NULL pointer dereference by Paolo Abeni · 8 years ago
  2. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  3. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  4. 7d38484 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  5. 7e416ad netfilter: conntrack: remove unused netns_ct member by Florian Westphal · 8 years ago
  6. ac6e780 tcp: take care of truncations done by sk_filter() by Eric Dumazet · 8 years ago
  7. 98e4321 genetlink: Make family a signed integer. by David S. Miller · 8 years ago
  8. f41cd11 tc_act: Remove tcf_act macro by Yotam Gigi · 8 years ago
  9. 613fa3c ipv6: add source address argument for ipv6_push_nfrag_opts by David Lebrun · 8 years ago
  10. bf355b8 ipv6: sr: add core files for SR HMAC support by David Lebrun · 8 years ago
  11. 6c8702c ipv6: sr: add support for SRH encapsulation and injection with lwtunnels by David Lebrun · 8 years ago
  12. 915d7e5 ipv6: sr: add code base for control plane support of SR-IPv6 by David Lebrun · 8 years ago
  13. 1ababeb ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header) by David Lebrun · 8 years ago
  14. 9fa684e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  15. 0e54d21 netfilter: conntrack: simplify init/uninit of L4 protocol trackers by Davide Caratti · 8 years ago
  16. 4e24877 netfilter: nf_tables: simplify the basic expressions' init routine by Liping Zhang · 8 years ago
  17. 24ba898 net/dst: Add dst port to dst_metadata utility functions by Hadar Hen Zion · 8 years ago
  18. f4d997f net/sched: cls_flower: Add UDP port to tunnel parameters by Hadar Hen Zion · 8 years ago
  19. 9ba6a9a flow_dissector: Add enums for encapsulation keys by Hadar Hen Zion · 8 years ago
  20. 9ce183b net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_key by Hadar Hen Zion · 8 years ago
  21. d0a81f6 net: make default TX queue length a defined constant by Jesper Dangaard Brouer · 8 years ago
  22. 7c13f97 udp: do fwd memory scheduling on dequeue by Paolo Abeni · 8 years ago
  23. ad95903 net/sock: add an explicit sk argument for ip_cmsg_recv_offset() by Paolo Abeni · 8 years ago
  24. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  25. 622ec2c net: core: add UID to flows, rules, and routes by Lorenzo Colitti · 8 years ago
  26. 86741ec net: core: Add a UID field to struct sock. by Lorenzo Colitti · 8 years ago
  27. c3f24cf dccp: do not release listeners too soon by Eric Dumazet · 8 years ago
  28. 9ee6c5d ipv4: allow local fragmentation in ip_finish_output_gso() by Lance Richardson · 8 years ago
  29. da96786 net: tcp: check skb is non-NULL for exact match on lookups by David Ahern · 8 years ago
  30. 70ecc24 ipv4: add IP_RECVFRAGSIZE cmsg by Willem de Bruijn · 8 years ago
  31. 01886bd netfilter: remove hook_entries field from nf_hook_state by Pablo Neira Ayuso · 8 years ago
  32. 0e5a1c7 netfilter: nf_tables: use hook state from xt_action_param structure by Pablo Neira Ayuso · 8 years ago
  33. 613dbd9 netfilter: x_tables: move hook state into xt_action_param structure by Pablo Neira Ayuso · 8 years ago
  34. 23f4ffe ip6_tunnel: Clear IP6CB in ip6tunnel_xmit() by Eli Cooper · 8 years ago
  35. 4cb551a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  36. 8db4c5b netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.c by Pablo Neira Ayuso · 8 years ago
  37. 1fddf4b netfilter: nf_log: add packet logging for netdev family by Pablo Neira Ayuso · 8 years ago
  38. f6d0cbc netfilter: nf_tables: add fib expression by Florian Westphal · 8 years ago
  39. bd68a2a net: set SK_MEM_QUANTUM to 4096 by Eric Dumazet · 8 years ago
  40. dae399d sctp: hold transport instead of assoc when lookup assoc in rx path by Xin Long · 8 years ago
  41. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  42. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  43. c6fcc4f vxlan: avoid using stale vxlan socket. by pravin shelar · 8 years ago
  44. 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
  45. 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
  46. 5ea8ea2 tcp/dccp: drop SYN packets if accept queue is full by Eric Dumazet · 8 years ago
  47. b15ca18 netlink: Add nla_memdup() to wrap kmemdup() use on nlattr by Thomas Graf · 8 years ago
  48. d5d32e4 net: ipv6: Do not consider link state for nexthop validation by David Ahern · 8 years ago
  49. 830218c net: ipv6: Fix processing of RAs in presence of VRF by David Ahern · 8 years ago
  50. 2ae0f17 genetlink: use idr to track families by Johannes Berg · 8 years ago
  51. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  52. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  53. c90c39d genetlink: introduce and use genl_family_attrbuf() by Johannes Berg · 8 years ago
  54. 4fe77d8 skbedit: allow the user to specify bitmask for mark by Antonio Quartulli · 8 years ago
  55. cdb436d netfilter: conntrack: avoid excess memory allocation by Florian Westphal · 8 years ago
  56. f1d505b netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_check by John W. Linville · 8 years ago
  57. 61f9e29 netfilter: nf_tables: fix *leak* when expr clone fail by Liping Zhang · 8 years ago
  58. 088e8df cfg80211: Add support to update connection parameters by vamsi krishna · 8 years ago
  59. ce0ce13 cfg80211: configure multicast to unicast for AP interfaces by Michael Braun · 8 years ago
  60. 348bd45 cfg80211: Add KEK/nonces for FILS association frames by Jouni Malinen · 8 years ago
  61. 3f817fe cfg80211: Define IEEE P802.11ai (FILS) information elements by Jouni Malinen · 8 years ago
  62. 11b6b5a cfg80211: Rename SAE_DATA to more generic AUTH_DATA by Jouni Malinen · 8 years ago
  63. 4c8dea6 cfg80211: validate beacon int as part of iface combinations by Johannes Berg · 8 years ago
  64. 73c7da3 cfg80211: add generic helper to check interface is running by Arend Van Spriel · 8 years ago
  65. 10df8e6 udp: fix IP_CHECKSUM handling by Eric Dumazet · 8 years ago
  66. 293de7d doc: update docbook annotations for socket and skb by Stephen Hemminger · 8 years ago
  67. b4f7f4a mac80211: fix some sphinx warnings by Jani Nikula · 8 years ago
  68. 432490f net: ip, diag -- Add diag interface for raw sockets by Cyrill Gorcunov · 8 years ago
  69. f76a9db lwt: Remove unused len field by Thomas Graf · 8 years ago
  70. f970bd9 udp: implement memory accounting helpers by Paolo Abeni · 8 years ago
  71. f8c3bf0 net/socket: factor out helpers for memory and queue manipulation by Paolo Abeni · 8 years ago
  72. 8651be8 ipv6: fix a potential deadlock in do_ipv6_setsockopt() by WANG Cong · 8 years ago
  73. 286c72d udp: must lock the socket in udp_disconnect() by Eric Dumazet · 8 years ago
  74. 0711d63 cfg80211: allow aborting in-progress connection atttempts by Ilan Peer · 8 years ago
  75. f438ceb mac80211: uapsd_queues is in QoS IE order by Emmanuel Grumbach · 8 years ago
  76. f3fe4e9 mac80211: add a HW flag for supporting HW TX fragmentation by Sara Sharon · 8 years ago
  77. 0aa419e mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_trigger by Emmanuel Grumbach · 8 years ago
  78. a1264c3 wireless: radiotap: fix timestamp sampling position values by Johannes Berg · 8 years ago
  79. 5cbee55 Merge tag 'mac80211-for-davem-2016-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 8 years ago
  80. a04a480 net: Require exact match for TCP socket lookups if dif is l3mdev by David Ahern · 8 years ago
  81. a3e2f4b mac80211: fix A-MSDU outer SA/DA by Michael Braun · 8 years ago
  82. 1104d9b lwtunnel: Add destroy state operation by Tom Herbert · 8 years ago
  83. d4d24d2 Merge tag 'docs-4.9-2' of git://git.lwn.net/linux by Linus Torvalds · 8 years ago
  84. 76506a9 IPv6: fix DESYNC_FACTOR by Jiri Bohac · 8 years ago
  85. 9d6280d IPv6: Drop the temporary address regen_timer by Jiri Bohac · 8 years ago
  86. 5724b8b net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror' by Shmulik Ladkani · 8 years ago
  87. 1657792 net/sched: act_mirred: Rename tcfm_ok_push to tcfm_mac_header_xmit and make it a bool by Shmulik Ladkani · 8 years ago
  88. 8eed1cd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  89. 29fbff8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  90. 6104e11 net: ipv4: Do not drop to make_route if oif is l3mdev by David Ahern · 8 years ago
  91. 8ae808e sctp: remove the old ttl expires policy by Xin Long · 8 years ago
  92. cc6ac9b sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements by Xin Long · 8 years ago
  93. 0c317a0 cfg80211: support virtual interfaces with different beacon intervals by Purushottam Kushwaha · 8 years ago
  94. e227300 cfg80211: pass struct to interface combination check/iter by Purushottam Kushwaha · 8 years ago
  95. 8b935ee cfg80211: add ability to check DA/SA in A-MSDU decapsulation by Johannes Berg · 8 years ago
  96. 7f6990c cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKB by Johannes Berg · 8 years ago
  97. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  98. 819bf59 docs-rst: sphinxify 802.11 documentation by Johannes Berg · 8 years ago
  99. 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
  100. a44c984 netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignment" by Stephen Rothwell · 8 years ago