1. 01bff91 Merge remote-tracking branch '4.9/tmp-8cca21f' into 4.9 by Kyle Yan · 7 years ago
  2. d71bf75 Merge "msm: netfilter: NATTYPE Refresh Timer Changes" by Linux Build Service Account · 7 years ago
  3. e6d2be8 msm: netfilter: NATTYPE Refresh Timer Changes by Mohammed Javid · 7 years ago
  4. f4530ef netfilter: Changes to handle segmentation in SIP ALG by Mohammed Javid · 7 years ago
  5. 410988b msm: netfilter: NATTYPE Refresh Timer Changes. by Niranjan Reddy Dumbala · 12 years ago
  6. a23349b netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable" by Florian Westphal · 7 years ago
  7. 411a7a11 Merge "Merge remote-tracking branch '4.9/tmp-05a906d' into msm-4.9" by Linux Build Service Account · 7 years ago
  8. 9c84341 net: Changes to support Shortcut Forward Engine by Mohammed Javid · 9 years ago
  9. 53d20ee msm: net: Add support to packet threshold events. by Mohammed Javid · 8 years ago
  10. 625cb13 netfilter: nf_tables: set pktinfo->thoff at AH header if found by Pablo Neira Ayuso · 7 years ago
  11. 5173bc6 netfilter: nat: fix crash when conntrack entry is re-used by Florian Westphal · 8 years ago
  12. d3e2a11 netfilter: nf_tables: fix inconsistent element expiration calculation by Anders K. Pedersen · 8 years ago
  13. 7223ecd netfilter: nat: switch to new rhlist interface by Florian Westphal · 8 years ago
  14. cdb436d netfilter: conntrack: avoid excess memory allocation by Florian Westphal · 8 years ago
  15. f1d505b netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_check by John W. Linville · 8 years ago
  16. 61f9e29 netfilter: nf_tables: fix *leak* when expr clone fail by Liping Zhang · 8 years ago
  17. a44c984 netfilter: merge fixup for "nf_tables_netdev: remove redundant ip_hdr assignment" by Stephen Rothwell · 8 years ago
  18. f20fbc0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 8 years ago
  19. ff107d2 netfilter: nft_log: complete NFTA_LOG_FLAGS attr support by Liping Zhang · 8 years ago
  20. 0f3cd9b netfilter: nf_tables: add range expression by Pablo Neira Ayuso · 8 years ago
  21. e3b37f1 netfilter: replace list_head with single linked list by Aaron Conole · 8 years ago
  22. 54f17bb netfilter: nf_queue: whitespace cleanup by Aaron Conole · 8 years ago
  23. c5136b1 netfilter: bridge: add and use br_nf_hook_thresh by Florian Westphal · 8 years ago
  24. d6989d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 2462f3f netfilter: nf_queue: improve queue range support for bridge family by Liping Zhang · 8 years ago
  26. 36b701f netfilter: nf_tables: validate maximum value of u32 netlink attributes by Laura Garcia Liebana · 8 years ago
  27. 4440a2a netfilter: synproxy: Check oom when adding synproxy and seqadj ct extensions by Gao Feng · 8 years ago
  28. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. 6bd1430 netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLES by Liping Zhang · 8 years ago
  30. 71212c9 netfilter: nf_tables: don't drop IPv6 packets that cannot parse transport by Pablo Neira Ayuso · 8 years ago
  31. 10151d7 netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validate by Pablo Neira Ayuso · 8 years ago
  32. ddc8b60 netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate() by Pablo Neira Ayuso · 8 years ago
  33. 8df9e32 netfilter: nf_tables_ipv6: setup pktinfo transport field on failure to parse by Pablo Neira Ayuso · 8 years ago
  34. beac5af netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields by Pablo Neira Ayuso · 8 years ago
  35. 3c15b8e netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto by Liping Zhang · 8 years ago
  36. 779994f netfilter: log: Check param to avoid overflow in nf_log_set by Gao Feng · 8 years ago
  37. ad66713 netfilter: remove __nf_ct_kill_acct helper by Florian Westphal · 8 years ago
  38. f330a7f netfilter: conntrack: get rid of conntrack timer by Florian Westphal · 8 years ago
  39. 616b14b netfilter: don't rely on DYING bit to detect when destroy event was sent by Florian Westphal · 8 years ago
  40. c016c7e netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertion by Pablo Neira Ayuso · 8 years ago
  41. 960fa72 netfilter: nft_meta: improve the validity check of pkttype set expr by Liping Zhang · 8 years ago
  42. 89e1f6d netfilter: nft_reject: restrict to INPUT/FORWARD/OUTPUT by Liping Zhang · 8 years ago
  43. 92e47ba netfilter: conntrack: simplify the code by using nf_conntrack_get_ht by Liping Zhang · 8 years ago
  44. adf0516 netfilter: remove ip_conntrack* sysctl compat code by Pablo Neira Ayuso · 8 years ago
  45. c42d712 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  46. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  47. 857ed31 netfilter: connlabels: move set helper to xt_connlabel by Florian Westphal · 8 years ago
  48. 2301401 netfilter: conntrack: support a fixed size of 128 distinct labels by Florian Westphal · 8 years ago
  49. 82de0be netfilter: Add helper array register/unregister functions by Gao Feng · 8 years ago
  50. 42a5576 netfilter: nf_tables: get rid of possible_net_t from set and basechain by Pablo Neira Ayuso · 8 years ago
  51. d51ed83 netfilter: constify arg to is_dying/confirmed by Florian Westphal · 8 years ago
  52. 870190a netfilter: nat: convert nat bysrc hash to rhashtable by Florian Westphal · 8 years ago
  53. 7c96643 netfilter: move nat hlist_head to nf_conn by Florian Westphal · 8 years ago
  54. 242922a netfilter: conntrack: simplify early_drop by Florian Westphal · 8 years ago
  55. 64b8763 netfilter: conntrack: fix race between nf_conntrack proc read and hash resize by Liping Zhang · 8 years ago
  56. c8607e0 netfilter: nft_ct: fix expiration getter by Florian Westphal · 8 years ago
  57. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  58. 82bec71 netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLED by Pablo Neira Ayuso · 8 years ago
  59. 3183ab8 netfilter: conntrack: allow increasing bucket size via sysctl too by Florian Westphal · 8 years ago
  60. 37a9cc5 netfilter: nf_tables: add generation mask to sets by Pablo Neira Ayuso · 8 years ago
  61. 664b0f8 netfilter: nf_tables: add generation mask to chains by Pablo Neira Ayuso · 8 years ago
  62. f2a6d76 netfilter: nf_tables: add generation mask to tables by Pablo Neira Ayuso · 8 years ago
  63. 889f7ee netfilter: nf_tables: add generic macros to check for generation mask by Pablo Neira Ayuso · 8 years ago
  64. 7643507 netfilter: xt_NFLOG: nflog-range does not truncate packets by Vishwanath Pai · 8 years ago
  65. 6c8dee9 netfilter: move zone info into struct nf_conn by Florian Westphal · 8 years ago
  66. 506e65d netfilter: make comparision helpers stub functions in ZONES=n case by Florian Westphal · 8 years ago
  67. 8588ac0 netfilter: nf_tables: reject loops from set element jump to chain by Pablo Neira Ayuso · 8 years ago
  68. fc14963 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  69. dc3ee32 netfilter: nf_queue: Make the queue_handler pernet by Eric W. Biederman · 8 years ago
  70. 0a93aae netfilter: conntrack: use a single expectation table for all namespaces by Florian Westphal · 8 years ago
  71. cb39ad8 netfilter: nf_tables: allow set names up to 32 bytes by Pablo Neira Ayuso · 8 years ago
  72. 71d8c47 netfilter: conntrack: introduce clash resolution on insertion race by Pablo Neira Ayuso · 8 years ago
  73. 56d52d4 netfilter: conntrack: use a single hashtable for all namespaces by Florian Westphal · 8 years ago
  74. 141658f netfilter: conntrack: use get_random_once for conntrack hash seed by Florian Westphal · 8 years ago
  75. adff6c6 netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used' by Florian Westphal · 8 years ago
  76. b4ef159 netfilter: connlabels: move helpers to xt_connlabel by Florian Westphal · 8 years ago
  77. ecdfb48 netfilter: conntrack: move expectation event helper to ecache.c by Florian Westphal · 8 years ago
  78. 3c435e2 netfilter: conntrack: de-inline nf_conntrack_eventmask_report by Florian Westphal · 8 years ago
  79. 8a6bf5d netfilter: nft_masq: support port range by Pablo Neira Ayuso · 8 years ago
  80. b16c291 netfilter: nf_conntrack: use safer way to lock all buckets by Sasha Levin · 9 years ago
  81. e6d8eca netfilter: nf_tables: Add new attributes into nft_set to store user data. by Carlos Falgueras García · 9 years ago
  82. 502061f netfilter: nf_tables: add packet duplication to the netdev family by Pablo Neira Ayuso · 9 years ago
  83. 5ebe0b0 netfilter: nf_tables: destroy basechain and rules on netdevice removal by Pablo Neira Ayuso · 9 years ago
  84. df05ef8 netfilter: nf_tables: release objects on netns destruction by Pablo Neira Ayuso · 9 years ago
  85. 19576c9 netfilter: cttimeout: add netns support by Pablo Neira · 9 years ago
  86. e639f7a netfilter: nf_tables: wrap tracing with a static key by Florian Westphal · 9 years ago
  87. 33d5a7b netfilter: nf_tables: extend tracing infrastructure by Florian Westphal · 9 years ago
  88. 7ec3f7b netfilter: nft_payload: add packet mangling support by Patrick McHardy · 9 years ago
  89. a9ecfbe netfilter: nf_tables: remove unused struct members by Florian Westphal · 9 years ago
  90. daaa7d6 netfilter: ipv6: avoid nf_iterate recursion by Florian Westphal · 9 years ago
  91. 029f7f3 netfilter: ipv6: nf_defrag: avoid/free clone operations by Florian Westphal · 9 years ago
  92. 086f332 netfilter: nf_tables: add clone interface to expression operations by Pablo Neira Ayuso · 9 years ago
  93. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  94. ed78d09 netfilter: make nf_queue_entry_get_refs return void by Florian Westphal · 9 years ago
  95. b727759 ipv6: Pass struct net into nf_ct_frag6_gather by Eric W. Biederman · 9 years ago
  96. ae2d708 netfilter: conntrack: fix crash on timeout object removal by Pablo Neira Ayuso · 9 years ago
  97. 0647e70 netfilter: remove dead code by Flavio Leitner · 9 years ago
  98. b7bd180 netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c by Pablo Neira Ayuso · 9 years ago
  99. c1444c6 bridge: Pass net into br_validate_ipv4 and br_validate_ipv6 by Eric W. Biederman · 9 years ago
  100. 372892e ipv4: Push struct net down into nf_send_reset by Eric W. Biederman · 9 years ago