netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* nf-next: obsolete old extension revisions
@ 2010-03-31  8:03 Jan Engelhardt
  2010-03-31  8:03 ` [PATCH 1/4] netfilter: xtables: remove xt_hashlimit revision 0 Jan Engelhardt
                   ` (4 more replies)
  0 siblings, 5 replies; 20+ messages in thread
From: Jan Engelhardt @ 2010-03-31  8:03 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


The following changes since commit f95c74e33eff5e3fe9798e2dc0a7749150ea3f80:
  Jan Engelhardt (1):
        netfilter: xtables: shorten up return clause

are available in the git repository at:

  git://dev.medozas.de/linux master

Jan Engelhardt (4):
      netfilter: xtables: remove xt_hashlimit revision 0
      netfilter: xtables: remove xt_multiport revision 0
      netfilter: xtables: remove xt_string revision 0
      netfilter: xtables: merge registration structure to NFPROTO_UNSPEC

 Documentation/Changes        |    2 +-
 net/netfilter/xt_hashlimit.c |  221 ------------------------------------------
 net/netfilter/xt_multiport.c |   77 ---------------
 net/netfilter/xt_state.c     |   31 ++----
 net/netfilter/xt_string.c    |   53 ++++-------
 5 files changed, 29 insertions(+), 355 deletions(-)

^ permalink raw reply	[flat|nested] 20+ messages in thread
* nf-next: error codes
@ 2010-03-25 16:04 Jan Engelhardt
  2010-03-31  6:00 ` Patrick McHardy
  0 siblings, 1 reply; 20+ messages in thread
From: Jan Engelhardt @ 2010-03-25 16:04 UTC (permalink / raw)
  To: kaber; +Cc: netfilter-devel


(JFYI, the next pull group will be hashlimit v0 removal.)


The following changes since commit 5dc7a6d5749d3ddbf9fbea9512cb45762428512c:
  Jan Engelhardt (1):
        netfilter: xt_recent: allow changing ip_list_[ug]id at runtime

are available in the git repository at:

  git://dev.medozas.de/linux master

Jan Engelhardt (12):
      netfilter: bridge: use NFPROTO values for NF_HOOK invocation
      netfilter: ipv4: use NFPROTO values for NF_HOOK invocation
      netfilter: ipv6: use NFPROTO values for NF_HOOK invocation
      netfilter: decnet: use NFPROTO values for NF_HOOK invocation
      netfilter: ipvs: use NFPROTO values for NF_HOOK invocation
      netfilter: xtables: untangle spaghetti if clauses in checkentry
      netfilter: xtables: change xt_match.checkentry return type
      netfilter: xtables: change xt_target.checkentry return type
      netfilter: xtables: change matches to return error code
      netfilter: xtables: change targets to return error code
      netfilter: xtables: slightly better error reporting
      netfilter: xtables: shorten up return clause

 include/linux/netfilter/x_tables.h      |    6 ++--
 net/bridge/br_forward.c                 |   10 +++---
 net/bridge/br_input.c                   |    6 ++--
 net/bridge/br_multicast.c               |    2 +-
 net/bridge/br_netfilter.c               |   15 ++++----
 net/bridge/br_stp_bpdu.c                |    2 +-
 net/bridge/netfilter/ebt_802_3.c        |    6 ++--
 net/bridge/netfilter/ebt_among.c        |   10 +++---
 net/bridge/netfilter/ebt_arp.c          |    8 ++--
 net/bridge/netfilter/ebt_arpreply.c     |    8 ++--
 net/bridge/netfilter/ebt_dnat.c         |   10 +++---
 net/bridge/netfilter/ebt_ip.c           |   16 ++++----
 net/bridge/netfilter/ebt_ip6.c          |   16 ++++----
 net/bridge/netfilter/ebt_limit.c        |    6 ++--
 net/bridge/netfilter/ebt_log.c          |    8 ++--
 net/bridge/netfilter/ebt_mark.c         |   10 +++---
 net/bridge/netfilter/ebt_mark_m.c       |   10 +++---
 net/bridge/netfilter/ebt_nflog.c        |    6 ++--
 net/bridge/netfilter/ebt_pkttype.c      |    6 ++--
 net/bridge/netfilter/ebt_redirect.c     |   10 +++---
 net/bridge/netfilter/ebt_snat.c         |   10 +++---
 net/bridge/netfilter/ebt_stp.c          |    8 ++--
 net/bridge/netfilter/ebt_ulog.c         |    6 ++--
 net/bridge/netfilter/ebt_vlan.c         |   16 ++++----
 net/decnet/dn_neigh.c                   |    9 +++--
 net/decnet/dn_nsp_in.c                  |    3 +-
 net/decnet/dn_route.c                   |   28 +++++++++++----
 net/ipv4/ip_forward.c                   |    4 +-
 net/ipv4/ip_input.c                     |    4 +-
 net/ipv4/ip_output.c                    |   18 +++++-----
 net/ipv4/ipmr.c                         |    2 +-
 net/ipv4/netfilter/arpt_mangle.c        |    2 +-
 net/ipv4/netfilter/ip_tables.c          |    4 +-
 net/ipv4/netfilter/ipt_CLUSTERIP.c      |   24 ++++++-------
 net/ipv4/netfilter/ipt_ECN.c            |   10 +++---
 net/ipv4/netfilter/ipt_LOG.c            |    8 ++--
 net/ipv4/netfilter/ipt_MASQUERADE.c     |    8 ++--
 net/ipv4/netfilter/ipt_NETMAP.c         |    8 ++--
 net/ipv4/netfilter/ipt_REDIRECT.c       |    8 ++--
 net/ipv4/netfilter/ipt_REJECT.c         |    8 ++--
 net/ipv4/netfilter/ipt_ULOG.c           |    8 ++--
 net/ipv4/netfilter/ipt_addrtype.c       |   10 +++---
 net/ipv4/netfilter/ipt_ah.c             |    6 ++--
 net/ipv4/netfilter/ipt_ecn.c            |   10 +++---
 net/ipv4/netfilter/nf_nat_rule.c        |   12 +++---
 net/ipv4/raw.c                          |    4 +-
 net/ipv4/xfrm4_input.c                  |    2 +-
 net/ipv4/xfrm4_output.c                 |    2 +-
 net/ipv6/ip6_input.c                    |    4 +-
 net/ipv6/ip6_output.c                   |   16 ++++----
 net/ipv6/ip6mr.c                        |    2 +-
 net/ipv6/mcast.c                        |    4 +-
 net/ipv6/ndisc.c                        |    4 +-
 net/ipv6/netfilter/ip6_tables.c         |    4 +-
 net/ipv6/netfilter/ip6t_LOG.c           |    8 ++--
 net/ipv6/netfilter/ip6t_REJECT.c        |    8 ++--
 net/ipv6/netfilter/ip6t_ah.c            |    6 ++--
 net/ipv6/netfilter/ip6t_frag.c          |    6 ++--
 net/ipv6/netfilter/ip6t_hbh.c           |    8 ++--
 net/ipv6/netfilter/ip6t_ipv6header.c    |    6 ++--
 net/ipv6/netfilter/ip6t_mh.c            |    4 +-
 net/ipv6/netfilter/ip6t_rt.c            |    8 ++--
 net/ipv6/netfilter/nf_conntrack_reasm.c |    2 +-
 net/ipv6/raw.c                          |    4 +-
 net/ipv6/xfrm6_input.c                  |    2 +-
 net/ipv6/xfrm6_output.c                 |    4 +-
 net/netfilter/ipvs/ip_vs_xmit.c         |   16 ++++----
 net/netfilter/x_tables.c                |   24 +++++++++++--
 net/netfilter/xt_CONNSECMARK.c          |   14 ++++----
 net/netfilter/xt_CT.c                   |   17 ++++++---
 net/netfilter/xt_DSCP.c                 |    6 ++--
 net/netfilter/xt_HL.c                   |   16 ++++----
 net/netfilter/xt_LED.c                  |   12 +++----
 net/netfilter/xt_NFLOG.c                |    8 ++--
 net/netfilter/xt_NFQUEUE.c              |    8 ++--
 net/netfilter/xt_RATEEST.c              |   18 +++++----
 net/netfilter/xt_SECMARK.c              |   26 +++++++------
 net/netfilter/xt_TCPMSS.c               |   16 ++++----
 net/netfilter/xt_TPROXY.c               |    6 ++--
 net/netfilter/xt_cluster.c              |    8 ++--
 net/netfilter/xt_connbytes.c            |   15 ++++----
 net/netfilter/xt_connlimit.c            |   12 ++++---
 net/netfilter/xt_connmark.c             |   22 ++++++-----
 net/netfilter/xt_conntrack.c            |   11 +++---
 net/netfilter/xt_dccp.c                 |   12 ++++--
 net/netfilter/xt_dscp.c                 |    6 ++--
 net/netfilter/xt_esp.c                  |    6 ++--
 net/netfilter/xt_hashlimit.c            |   57 +++++++++++++++++-------------
 net/netfilter/xt_helper.c               |   10 +++--
 net/netfilter/xt_limit.c                |    8 ++--
 net/netfilter/xt_multiport.c            |    8 ++--
 net/netfilter/xt_physdev.c              |    8 ++--
 net/netfilter/xt_policy.c               |   12 +++---
 net/netfilter/xt_quota.c                |    8 ++--
 net/netfilter/xt_rateest.c              |    8 +++--
 net/netfilter/xt_recent.c               |   25 +++++++------
 net/netfilter/xt_sctp.c                 |   22 +++++++-----
 net/netfilter/xt_state.c                |   11 +++---
 net/netfilter/xt_statistic.c            |    8 ++--
 net/netfilter/xt_string.c               |   15 ++++----
 net/netfilter/xt_tcpudp.c               |    8 ++--
 net/netfilter/xt_time.c                 |    6 ++--
 102 files changed, 536 insertions(+), 470 deletions(-)

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2010-03-31 10:11 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-31  8:03 nf-next: obsolete old extension revisions Jan Engelhardt
2010-03-31  8:03 ` [PATCH 1/4] netfilter: xtables: remove xt_hashlimit revision 0 Jan Engelhardt
2010-03-31  8:03 ` [PATCH 2/4] netfilter: xtables: remove xt_multiport " Jan Engelhardt
2010-03-31  8:03 ` [PATCH 3/4] netfilter: xtables: remove xt_string " Jan Engelhardt
2010-03-31  8:03 ` [PATCH 4/4] netfilter: xtables: merge registration structure to NFPROTO_UNSPEC Jan Engelhardt
2010-03-31  8:31   ` Patrick McHardy
2010-03-31  8:37     ` Jan Engelhardt
2010-03-31  8:41       ` Patrick McHardy
2010-03-31  8:53         ` Jan Engelhardt
2010-03-31  9:01           ` Patrick McHardy
2010-03-31  9:06             ` Jan Engelhardt
2010-03-31  9:08               ` Patrick McHardy
2010-03-31  9:35                 ` Jan Engelhardt
2010-03-31  9:45                   ` Patrick McHardy
2010-03-31  9:51                     ` Jan Engelhardt
2010-03-31  9:56                       ` Patrick McHardy
2010-03-31 10:11                         ` Jan Engelhardt
2010-03-31  8:31 ` nf-next: obsolete old extension revisions Patrick McHardy
  -- strict thread matches above, loose matches on Subject: below --
2010-03-25 16:04 nf-next: error codes Jan Engelhardt
2010-03-31  6:00 ` Patrick McHardy
2010-03-31  6:07   ` nf-next: obsolete old extension revisions Jan Engelhardt
2010-03-31  6:38     ` Patrick McHardy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).