1. ced7689 netfilter: xt_TCPMSS: add more sanity tests on tcph->doff by Eric Dumazet · 7 years ago
  2. 50f4c7b netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable by Gao Feng · 8 years ago
  3. d6b3347 netfilter: xt_TCPMSS: handle CHECKSUM_COMPLETE in tcpmss_tg6() by Eric Dumazet · 8 years ago
  4. 686c9b5 netfilter: x_tables: Use par->net instead of computing from the passed net devices by Eric W. Biederman · 9 years ago
  5. 4b048d6 net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool by Tom Herbert · 9 years ago
  6. 55917a2 netfilter: x_tables: add context to know if extension runs from nft_compat by Pablo Neira Ayuso · 9 years ago
  7. 7722e0d netfilter: xt_TCPMSS: lookup route from proper net namespace by Gao feng · 11 years ago
  8. de1389b netfilter: xt_TCPMSS: Get mtu only if clamp-mss-to-pmtu is specified by Gao feng · 11 years ago
  9. 1205e1f netfilter: xt_TCPMSS: correct return value in tcpmss_mangle_packet by Phil Oester · 11 years ago
  10. 71ffe9c netfilter: xt_TCPMSS: fix handling of malformed TCP header and options by Pablo Neira Ayuso · 11 years ago
  11. b396966 netfilter: xt_TCPMSS: Fix missing fragmentation handling by Phil Oester · 11 years ago
  12. 70d19f8 netfilter: xt_TCPMSS: Fix IPv6 default MSS too by Phil Oester · 11 years ago
  13. 409b545 netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS option by Phil Oester · 11 years ago
  14. f229f6c netfilter: add my copyright statements by Patrick McHardy · 11 years ago
  15. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  16. c0cd115 net:netfilter: use IS_ENABLED by Igor Maravić · 12 years ago
  17. 75f2811 ipv6: Add fragment reporting to ipv6_skip_exthdr(). by Jesse Gross · 12 years ago
  18. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  19. 0fae2e7 netfilter: af_info: add 'strict' parameter to limit lookup to .oif by Florian Westphal · 13 years ago
  20. 31ad3dd netfilter: af_info: add network namespace parameter to route hook by Florian Westphal · 13 years ago
  21. a1bbb0e netfilter: Use flowi4 and flowi6 in xt_TCPMSS by David S. Miller · 13 years ago
  22. a3433f3 tcp: unify tcp flag macros by Changli Gao · 14 years ago
  23. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  24. 4b560b4 netfilter: xtables: substitute temporary defines by final name by Jan Engelhardt · 15 years ago
  25. 6291055 Merge branch 'master' of /repos/git/net-next-2.6 by Patrick McHardy · 14 years ago
  26. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  27. d6b00a5 netfilter: xtables: change targets to return error code by Jan Engelhardt · 14 years ago
  28. 135367b netfilter: xtables: change xt_target.checkentry return type by Jan Engelhardt · 14 years ago
  29. ff67e4e netfilter: xt extensions: use pr_<level> (2) by Jan Engelhardt · 14 years ago
  30. 8bee4ba netfilter: xt extensions: use pr_<level> by Jan Engelhardt · 14 years ago
  31. dcea992 netfilter: xtables: replace XT_MATCH_ITERATE macro by Jan Engelhardt · 14 years ago
  32. 10a1993 netfilter: xt_TCPMSS: SYN packets are allowed to contain data by Simon Arlott · 14 years ago
  33. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  34. af5d6dc netfilter: xtables: move extension arguments into compound structure (5/6) by Jan Engelhardt · 16 years ago
  35. 7eb3558 netfilter: xtables: move extension arguments into compound structure (4/6) by Jan Engelhardt · 16 years ago
  36. ee999d8 netfilter: x_tables: use NFPROTO_* in extensions by Jan Engelhardt · 16 years ago
  37. db1a75b netfilter: xt_TCPMSS: collapse tcpmss_reverse_mtu{4,6} into one function by Jan Engelhardt · 16 years ago
  38. 37c0838 [NETFILTER]: xt_TCPMSS: consider reverse route's MTU in clamp-to-pmtu by Jan Engelhardt · 16 years ago
  39. 2ae15b6 [NETFILTER]: Update modules' descriptions by Jan Engelhardt · 16 years ago
  40. 1700806 [NETFILTER]: xt_TCPMSS: don't allow netfilter --setmss to increase mss by Benjamin LaHaise · 16 years ago
  41. d3c5ee6 [NETFILTER]: x_tables: consistent and unique symbol names by Jan Engelhardt · 16 years ago
  42. be0ea7d [NETFILTER]: Convert old checksum helper names by Patrick McHardy · 16 years ago
  43. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  44. 9dc0564 [NETFILTER]: xt_TCPMSS: remove network triggerable WARN_ON by Patrick McHardy · 16 years ago
  45. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  46. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  47. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  48. 9f15c53 [NETFILTER]: x_tables: mark matches and targets __read_mostly by Patrick McHardy · 17 years ago
  49. 7c4e36b [NETFILTER]: Remove redundant parentheses/braces by Jan Engelhardt · 17 years ago
  50. e1931b7 [NETFILTER]: x_tables: switch xt_target->checkentry to bool by Jan Engelhardt · 17 years ago
  51. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 17 years ago
  52. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  53. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  54. cdd289a [NETFILTER]: add IPv6-capable TCPMSS target by Patrick McHardy · 17 years ago