1. 41d73ec netfilter: nf_conntrack: make sequence number adjustments usuable without NAT by Patrick McHardy · 11 years ago
  2. 89d5e23 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  3. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. bd07793 netfilter: nfnetlink_queue: allow to attach expectations to conntracks by Pablo Neira Ayuso · 11 years ago
  5. 0ef71ee netfilter: ctnetlink: refactor ctnetlink_create_expect by Pablo Neira Ayuso · 11 years ago
  6. 356d7d8 netfilter: nf_conntrack: fix tcp_in_window for Fast Open by Yuchung Cheng · 11 years ago
  7. c655bc6 netfilter: nf_conntrack: don't send destroy events from iterator by Florian Westphal · 11 years ago
  8. 54e35cc ipvs: ip_vs_sh: ip_vs_sh_get_port: check skb_header_pointer for NULL by Daniel Borkmann · 11 years ago
  9. 70e3ca7 ipvs: fixed spacing at for statements by Dragos Foianu · 11 years ago
  10. e4d091d netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message by Dan Carpenter · 11 years ago
  11. d8b3bfc netfilter: tproxy: fix build with IP6_NF_IPTABLES=n by Florian Westphal · 11 years ago
  12. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  13. a206bcb netfilter: xt_TCPOPTSTRIP: fix possible off by one access by Pablo Neira Ayuso · 11 years ago
  14. 71ffe9c netfilter: xt_TCPMSS: fix handling of malformed TCP header and options by Pablo Neira Ayuso · 11 years ago
  15. 12e7ada netfilter: nf_nat: use per-conntrack locking for sequence number adjustments by Patrick McHardy · 11 years ago
  16. 2d89c68 netfilter: nf_nat: change sequence number adjustments to 32 bits by Patrick McHardy · 11 years ago
  17. 0658cdc netfilter: nf_nat: fix locking in nf_nat_seq_adjust() by Patrick McHardy · 11 years ago
  18. 02982c2 netfilter: nf_conntrack: remove duplicate code in ctnetlink by Florian Westphal · 11 years ago
  19. 93742cf netfilter: tproxy: remove nf_tproxy_core.h by Florian Westphal · 11 years ago
  20. fd158d7 netfilter: tproxy: remove nf_tproxy_core, keep tw sk assigned to skb by Florian Westphal · 11 years ago
  21. 957bec3 netfilter: nf_queue: relax NFQA_CT attribute check by Florian Westphal · 11 years ago
  22. 5813a8e netfilter: connlabels: remove unneeded includes by Florian Westphal · 11 years ago
  23. 312a0c16 netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach() by Patrick McHardy · 11 years ago
  24. 5774c94 netfilter: xt_addrtype: fix trivial typo by Phil Oester · 11 years ago
  25. 024ec3d net/sctp: Refactor SCTP skb checksum computation by Joe Stringer · 11 years ago
  26. baf60ef netfilter: xt_socket: fix broken v0 support by Eric Dumazet · 11 years ago
  27. f09eca8 netfilter: ctnetlink: fix incorrect NAT expectation dumping by Pablo Neira Ayuso · 11 years ago
  28. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  29. 496e4ae netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flag by Florian Westphal · 11 years ago
  30. 4d0c875 ipvs: add sync_persist_mode flag by Julian Anastasov · 11 years ago
  31. eba3b5a ipvs: SH fallback and L4 hashing by Alexander Frolkin · 11 years ago
  32. acaac5d ipvs: drop SCTP connections depending on state by Julian Anastasov · 11 years ago
  33. 61e7c42 ipvs: replace the SCTP state machine by Julian Anastasov · 11 years ago
  34. c6c96c1 ipvs: sloppy TCP and SCTP by Alexander Frolkin · 11 years ago
  35. bba54de ipvs: provide iph to schedulers by Julian Anastasov · 11 years ago
  36. 797a7d6 netfilter: ctnetlink: send event when conntrack label was modified by Florian Westphal · 11 years ago
  37. 5aed938 netfilter: nf_nat_sip: fix mangling by Balazs Peter Odor · 11 years ago
  38. 681f130 netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flag by Eric Dumazet · 11 years ago
  39. 6547a22 netfilter: nf_conntrack: avoid large timeout for mid-stream pickup by Florian Westphal · 11 years ago
  40. 130ffbc netfilter: check return code from nla_parse_tested by Daniel Borkmann · 11 years ago
  41. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  42. 06f3d7f ipvs: SCTP ports should be writable in ICMP packets by Julian Anastasov · 11 years ago
  43. fe2c633 net: Convert uses of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  44. b396966 netfilter: xt_TCPMSS: Fix missing fragmentation handling by Phil Oester · 11 years ago
  45. 70d19f8 netfilter: xt_TCPMSS: Fix IPv6 default MSS too by Phil Oester · 11 years ago
  46. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 11 years ago
  47. ed82c43 netfilter: xt_TCPOPTSTRIP: don't use tcp_hdr() by Pablo Neira Ayuso · 11 years ago
  48. a8241c6 ipvs: info leak in __ip_vs_get_dest_entries() by Dan Carpenter · 11 years ago
  49. 7b8dfe2 netfilter: nfnetlink_queue: fix missing HW protocol by Pablo Neira Ayuso · 11 years ago
  50. 143554a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  51. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  52. 409b545 netfilter: xt_TCPMSS: Fix violation of RFC879 in absence of MSS option by Phil Oester · 11 years ago
  53. 7f87712 netfilter: nfnetlink_queue: only add CAP_LEN attr when needed by Florian Westphal · 11 years ago
  54. 9cefbbc netfilter: nfnetlink_queue: cleanup copy_range usage by Florian Westphal · 11 years ago
  55. 37bc4f8 netfilter: nfnetlink_cttimeout: fix incomplete dumping of objects by Pablo Neira Ayuso · 11 years ago
  56. 991a6b7 netfilter: nfnetlink_acct: fix incomplete dumping of objects by Pablo Neira Ayuso · 11 years ago
  57. 938177e netfilter: Correct calculation using skb->tail and skb-network_header by Simon Horman · 11 years ago
  58. a70b964 ipvs: ip_vs_sh: fix build by Jan Beulich · 11 years ago
  59. d660164 netfilter: xt_LOG: fix mark logging for IPv6 packets by Michal Kubeček · 11 years ago
  60. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  61. 4e7dba9 netfilter: Implement RFC 1123 for FTP conntrack by Jeff Mahoney · 11 years ago
  62. dc7b3eb ipvs: Fix reuse connection if real server is dead by Grzegorz Lyczba · 11 years ago
  63. 9d5242b netfilter: nfnetlink_queue: avoid peer_portid test by Florian Westphal · 11 years ago
  64. 0799567 ipvs: change type of netns_ipvs->sysctl_sync_qlen_max by Zhang Yanfei · 11 years ago
  65. a38e5e2 ipvs: use cond_resched_rcu() helper when walking connections by Simon Horman · 11 years ago
  66. 6d11cfd netfilter: don't panic on error while walking through the init path by Pablo Neira Ayuso · 11 years ago
  67. 2a7851b netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6 by Florian Westphal · 11 years ago
  68. 00028aa netfilter: xt_socket: use IP early demux by Eric Dumazet · 11 years ago
  69. 27e7190 netfilter: xt_CT: optimize XT_CT_NOTRACK by Eric Dumazet · 11 years ago
  70. bc6bcb5 netfilter: xt_TCPOPTSTRIP: fix possible mangling beyond packet boundary by Pablo Neira Ayuso · 11 years ago
  71. 8cdb46d netfilter: log: netns NULL ptr bug when calling from conntrack by Hans Schillstrom · 11 years ago
  72. e778f56 netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FS by Pablo Neira Ayuso · 11 years ago
  73. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 11 years ago
  75. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  76. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. ca3d41a net/netfilter: rename random32() to prandom_u32() by Akinobu Mita · 11 years ago
  78. 14b872f xt_hashlimit: allocate a copy of name explicitly, don't rely on procfs guts by Al Viro · 11 years ago
  79. eee1d5a sctp: Correct type and usage of sctp_end_cksum() by Simon Horman · 11 years ago
  80. 00bd1cc netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixup by Florian Westphal · 11 years ago
  81. 7237190 netfilter: nfnetlink_queue: add skb info attribute by Florian Westphal · 11 years ago
  82. a5fedd43 netfilter: move skb_gso_segment into nfnetlink_queue module by Florian Westphal · 11 years ago
  83. 4bd6044 netfilter: nf_queue: move device refcount bump to extra function by Florian Westphal · 11 years ago
  84. 6e01781 netfilter: ipset: set match: add support to match the counters by Jozsef Kadlecsik · 11 years ago
  85. de76303 netfilter: ipset: The list:set type with counter support by Jozsef Kadlecsik · 11 years ago
  86. 00d71b2 netfilter: ipset: The hash types with counter support by Jozsef Kadlecsik · 11 years ago
  87. f48d19d netfilter: ipset: The bitmap types with counter support by Jozsef Kadlecsik · 11 years ago
  88. 34d666d netfilter: ipset: Introduce the counter extension in the core by Jozsef Kadlecsik · 11 years ago
  89. 7d47d97 netfilter: ipset: list:set type using the extension interface by Jozsef Kadlecsik · 11 years ago
  90. 5d50e1d8 netfilter: ipset: Hash types using the unified code base by Jozsef Kadlecsik · 11 years ago
  91. 1feab10 netfilter: ipset: Unified hash type generation by Jozsef Kadlecsik · 11 years ago
  92. b0da390 netfilter: ipset: Bitmap types using the unified code base by Jozsef Kadlecsik · 11 years ago
  93. 4d73de3 netfilter: ipset: Unified bitmap type generation by Jozsef Kadlecsik · 11 years ago
  94. 075e64c netfilter: ipset: Introduce extensions to elements in the core by Jozsef Kadlecsik · 11 years ago
  95. 8672d4d netfilter: ipset: Move often used IPv6 address masking function to header file by Jozsef Kadlecsik · 11 years ago
  96. 43c56e5 netfilter: ipset: Make possible to test elements marked with nomatch by Jozsef Kadlecsik · 11 years ago
  97. f7a1dd6 ipvs: ip_vs_sip_fill_param() BUG: bad check of return value by Hans Schillstrom · 11 years ago
  98. d3734b0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  99. e7e6f63 netfilter: nf_nat: missing condition in nf_xfrm_me_harder() by Dan Carpenter · 11 years ago
  100. 3856143 ipvs: Use network byte order for sync message size by Simon Horman · 11 years ago