1. 9ba5c40 netfilter: x_tables: Add note about how to free percpu counters by Ben Hutchings · 7 years ago
  2. c47d36b netfilter: Merge assignment with return by Arushi Singhal · 7 years ago
  3. a3073c1 netfilter: nf_tables: use nft_set_lookup_global from nf_tables_newsetelem() by Pablo Neira Ayuso · 7 years ago
  4. 10659cb netfilter: nf_tables: rename to nft_set_lookup_global() by Pablo Neira Ayuso · 7 years ago
  5. 43a605f netfilter: nf_tables: enable conntrack if NAT chain is registered by Pablo Neira Ayuso · 7 years ago
  6. 02c7b25 netfilter: nf_tables: build-in filter chain type by Pablo Neira Ayuso · 7 years ago
  7. cc07eeb netfilter: nf_tables: nft_register_chain_type() returns void by Pablo Neira Ayuso · 7 years ago
  8. 32537e9 netfilter: nf_tables: rename struct nf_chain_type by Pablo Neira Ayuso · 7 years ago
  9. 9124a20 netfilter: ebt_stp: Use generic functions for comparisons by Joe Perches · 7 years ago
  10. 19b351f netfilter: add flowtable documentation by Pablo Neira Ayuso · 7 years ago
  11. 1be3ac9 netfilter: ebtables: Add string filter by Bernie Harris · 7 years ago
  12. 39c202d2 netfilter: ebtables: Add support for specifying match revision by Bernie Harris · 7 years ago
  13. 78d9f4d netfilter: ebtables: add support for matching IGMP type by Matthias Schiffer · 7 years ago
  14. 5adc166 netfilter: ebtables: add support for matching ICMP type and code by Matthias Schiffer · 7 years ago
  15. 20710b3 netfilter: ctnetlink: synproxy support by Pablo Neira Ayuso · 7 years ago
  16. 5191d70 netfilter: Replace printk() with pr_*() and define pr_fmt() by Arushi Singhal · 7 years ago
  17. 472a73e0 netfilter: xt_conntrack: Support bit-shifting for CONNMARK & MARK targets. by Jack Ma · 7 years ago
  18. d72133e netfilter: ebtables: use ADD_COUNTER macro by Taehee Yoo · 7 years ago
  19. 5b4c6e3 netfilter: nf_tables: remove VLA usage by Gustavo A. R. Silva · 7 years ago
  20. 1446385 netfilter: nfnetlink_cthelper: Remove VLA usage by Gustavo A. R. Silva · 7 years ago
  21. 8039ab4 netfilter: cttimeout: remove VLA usage by Gustavo A. R. Silva · 7 years ago
  22. d719e3f netfilter: nft_ct: add NFT_CT_{SRC,DST}_{IP,IP6} by Pablo Neira Ayuso · 7 years ago
  23. 35d8deb netfilter: conncount: Support count only use case by Yi-Hung Wei · 7 years ago
  24. 6aec208 netfilter: Refactor nf_conncount by Yi-Hung Wei · 7 years ago
  25. a55efe1 ipvs: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  26. 7259713 netfilter: x_tables: fix build with CONFIG_COMPAT=n by Florian Westphal · 7 years ago
  27. 010eacd netfilter: xt_limit: Spelling s/maxmum/maximum/ by Geert Uytterhoeven · 7 years ago
  28. 3427b2a netfilter: make xt_rateest hash table per net by Cong Wang · 7 years ago
  29. 0d7df90 netfilter: x_tables: ensure last rule in base chain matches underflow/policy by Florian Westphal · 7 years ago
  30. 8937086 netfilter: x_tables: make sure compat af mutex is held by Florian Westphal · 7 years ago
  31. 7d7d7e0 netfilter: compat: reject huge allocation requests by Florian Westphal · 7 years ago
  32. 9782a11 netfilter: compat: prepare xt_compat_init_offsets to return errors by Florian Westphal · 7 years ago
  33. c84ca95 netfilter: x_tables: add counters allocation wrapper by Florian Westphal · 7 years ago
  34. 9d5c12a netfilter: x_tables: limit allocation requests for blob rule heads by Florian Westphal · 7 years ago
  35. 1992696 netfilter: x_tables: cap allocations at 512 mbyte by Florian Westphal · 7 years ago
  36. e816a2c netfilter: x_tables: enforce unique and ascending entry points by Florian Westphal · 7 years ago
  37. 1b293e3 netfilter: x_tables: move hook entry checks into core by Florian Westphal · 7 years ago
  38. 472ebdc netfilter: x_tables: check error target size too by Florian Westphal · 7 years ago
  39. 07a9da5 netfilter: x_tables: check standard verdicts in core by Florian Westphal · 7 years ago
  40. f31e5f1 netfilter: unlock xt_table earlier in __do_replace by Xin Long · 7 years ago
  41. 2db3fec netfilter: ipt_ah: return boolean instead of integer by Gustavo A. R. Silva · 7 years ago
  42. 433029e netfilter: nf_conntrack_broadcast: remove useless parameter by Taehee Yoo · 7 years ago
  43. 580c7d9 netfilter: xt_cluster: get rid of xt_cluster_ipv6_is_multicast by Taehee Yoo · 7 years ago
  44. cceae76 netfilter: nfnetlink_acct: remove useless parameter by Taehee Yoo · 7 years ago
  45. ae0662f netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be static by kbuild test robot · 7 years ago
  46. ef3f6c2 Merge branch 'mvpp2-jumbo-frames-support' by David S. Miller · 7 years ago
  47. 576193f net: mvpp2: jumbo frames support by Stefan Chulski · 7 years ago
  48. 381c567 net: mvpp2: enable UDP/TCP checksum over IPv6 by Antoine Tenart · 7 years ago
  49. 93ff130 net: mvpp2: use a data size of 10kB for Tx FIFO on port 0 by Yan Markman · 7 years ago
  50. effbf5f net: mvpp2: update the BM buffer free/destroy logic by Stefan Chulski · 7 years ago
  51. 01d0493 net: mvpp2: use the same buffer pool for all ports by Stefan Chulski · 7 years ago
  52. 8eb1a85 net: core: dst: Add kernel-doc for 'net' parameter by Jonathan Neuschäfer · 7 years ago
  53. 4c1342d net: core: dst_cache_set_ip6: Rename 'addr' parameter to 'saddr' for consistency by Jonathan Neuschäfer · 7 years ago
  54. 76b1297 net: core: dst_cache: Fix a typo in a comment by Jonathan Neuschäfer · 7 years ago
  55. 229952d Merge branch 'convert-pernet_operations-part4' by David S. Miller · 7 years ago
  56. c29babb net: Convert proto_gre_net_ops by Kirill Tkhai · 7 years ago
  57. b04a3d0 net: Convert ctnetlink_net_ops by Kirill Tkhai · 7 years ago
  58. 467d14b net: Convert nf_conntrack_net_ops by Kirill Tkhai · 7 years ago
  59. a5a179b net: Convert ip_set_net_ops by Kirill Tkhai · 7 years ago
  60. 6c6c566 net: Convert fou_net_ops by Kirill Tkhai · 7 years ago
  61. 16b0c0c net: Convert dccp_v6_ops by Kirill Tkhai · 7 years ago
  62. 5368bd7 net: Convert dccp_v4_ops by Kirill Tkhai · 7 years ago
  63. 111da7a net: Convert cangw_pernet_ops by Kirill Tkhai · 7 years ago
  64. d217472 net: Convert caif_net_ops by Kirill Tkhai · 7 years ago
  65. c60a246 net: Convert arp_tables_net_ops and ip6_tables_net_ops by Kirill Tkhai · 7 years ago
  66. 3822034 net: Convert log pernet_operations by Kirill Tkhai · 7 years ago
  67. ec012f3 net: Convert broute_net_ops, frame_filter_net_ops and frame_nat_net_ops by Kirill Tkhai · 7 years ago
  68. 190f887 selftests: forwarding: Add suppport to create veth interfaces by David Ahern · 7 years ago
  69. 955dc68 net/ncsi: Add generic netlink family by Samuel Mendoza-Jonas · 7 years ago
  70. be63189 tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATS by Priyaranjan Jha · 7 years ago
  71. 87ecc95 tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS by Priyaranjan Jha · 7 years ago
  72. 200066a selftests: Extend the tc action test for action mirror by Arkadi Sharshevsky · 7 years ago
  73. e6c6a92 net: Make RX-FCS and LRO mutually exclusive by Gal Pressman · 7 years ago
  74. e574c0e liquidio: Corrected Rx bytes counting by Intiyaz Basha · 7 years ago
  75. d143b9e net sched actions: corrected extack message by Roman Mashak · 7 years ago
  76. ca435f8 Merge tag 'batadv-next-for-davem-20180302' of git://git.open-mesh.org/linux-merge by David S. Miller · 7 years ago
  77. 3518e40 ipvlan: forbid vlan devices on top of ipvlan by Paolo Abeni · 7 years ago
  78. 51568d6 virtio-net: re enable XDP_REDIRECT for mergeable buffer by Jason Wang · 7 years ago
  79. 053533f selftests: rtnetlink: remove testns on test fail by Prashant Bhole · 7 years ago
  80. faa083b Merge branch 'gre-seq-collect_md' by David S. Miller · 7 years ago
  81. 5f280b6 samples/bpf: add gre sequence number test. by William Tu · 7 years ago
  82. 77a5196 gre: add sequence number for collect md mode. by William Tu · 7 years ago
  83. a56cd50 Merge branch 'enic-update' by David S. Miller · 7 years ago
  84. 5de0c02 enic: set IG desc cache flag in open by Govindarajulu Varadarajan · 7 years ago
  85. e8588e2 enic: enable rq before updating rq descriptors by Govindarajulu Varadarajan · 7 years ago
  86. 48398b6 enic: set UDP rss flag by Govindarajulu Varadarajan · 7 years ago
  87. 7e24c64 enic: Check if hw supports multi wq with vxlan offload by Govindarajulu Varadarajan · 7 years ago
  88. d117909 enic: Add vxlan offload support for IPv6 pkts by Govindarajulu Varadarajan · 7 years ago
  89. 4a464a2 enic: Check inner ip proto for pseudo header csum by Govindarajulu Varadarajan · 7 years ago
  90. 129fbee net: amd8111e: remove redundant assignment to 'tx_index' by Colin Ian King · 7 years ago
  91. 93a00d4 r8169: switch to device-managed functions in probe (part 2) by Andy Shevchenko · 7 years ago
  92. 1ef7286 r8169: Dereference MMIO address immediately before use by Andy Shevchenko · 7 years ago
  93. cc1122b net: phy: Fix spelling mistake: "advertisment"-> "advertisement" by Colin Ian King · 7 years ago
  94. 0913667 cxgb4vf: Forcefully link up virtual interfaces by Arjun Vynipadath · 7 years ago
  95. 4130331 Merge branch 'dsa-serdes-stats' by David S. Miller · 7 years ago
  96. cda9f4a net: dsa: mv88e6xxx: Get mv88e6352 SERDES statistics by Andrew Lunn · 7 years ago
  97. eb755c3 net: dsa: mv88e6xxx: Add helper to determining if port has SERDES by Andrew Lunn · 7 years ago
  98. 436fe17 net: dsa: mv88e6xxx: Allow the SERDES interfaces to have statistics by Andrew Lunn · 7 years ago
  99. c6c8cd5 net: dsa: mv88e6xxx: Hold mutex while doing stats operations by Andrew Lunn · 7 years ago
  100. 88c0605 dsa: Pass the port to get_sset_count() by Andrew Lunn · 7 years ago