06 Jun, 2011

1 commit

  • Following error is raised (and other similar ones) :

    net/ipv4/netfilter/nf_nat_standalone.c: In function ‘nf_nat_fn’:
    net/ipv4/netfilter/nf_nat_standalone.c:119:2: warning: case value ‘4’
    not in enumerated type ‘enum ip_conntrack_info’

    gcc barfs on adding two enum values and getting a not enumerated
    result :

    case IP_CT_RELATED+IP_CT_IS_REPLY:

    Add missing enum values

    Signed-off-by: Eric Dumazet
    CC: David Miller
    Signed-off-by: Pablo Neira Ayuso

    Eric Dumazet
     

18 May, 2011

1 commit


16 May, 2011

2 commits


31 Mar, 2011

1 commit


21 Oct, 2010

1 commit


04 Oct, 2010

2 commits


23 Sep, 2010

1 commit

  • I initially noticed this because of the compiler warning below, but it
    does seem to be a valid concern in the case where ct_sip_get_header()
    returns 0 in the first iteration of the while loop.

    net/netfilter/nf_conntrack_sip.c: In function 'sip_help_tcp':
    net/netfilter/nf_conntrack_sip.c:1379: warning: 'ret' may be used uninitialized in this function

    Signed-off-by: Simon Horman
    [Patrick: changed NF_DROP to NF_ACCEPT]
    Signed-off-by: Patrick McHardy
    Signed-off-by: David S. Miller

    Simon Horman
     

15 May, 2010

1 commit

  • Handle non-linear skbs by linearizing them instead of silently failing.
    Long term the helper should be fixed to either work with non-linear skbs
    directly by using the string search API or work on a copy of the data.

    Based on patch by Jason Gunthorpe
    Signed-off-by: Patrick McHardy

    Patrick McHardy
     

13 May, 2010

1 commit


08 Mar, 2010

1 commit


16 Feb, 2010

1 commit


11 Feb, 2010

6 commits


09 Feb, 2010

1 commit

  • In particular, several occurances of funny versions of 'success',
    'unknown', 'therefore', 'acknowledge', 'argument', 'achieve', 'address',
    'beginning', 'desirable', 'separate' and 'necessary' are fixed.

    Signed-off-by: Daniel Mack
    Cc: Joe Perches
    Cc: Junio C Hamano
    Signed-off-by: Jiri Kosina

    Daniel Mack
     

20 Jan, 2010

1 commit


17 Nov, 2008

1 commit


08 Oct, 2008

2 commits


08 Sep, 2008

1 commit


08 May, 2008

1 commit

  • Some Inovaphone PBXs exhibit very stange behaviour: when dialing for
    example "123", the device sends INVITE requests for "1", "12" and
    "123" back to back. The first requests will elicit error responses
    from the receiver, causing the SIP helper to flush the RTP
    expectations even though we might still see a positive response.

    Note the sequence number of the last INVITE request that contained a
    media description and only flush the expectations when receiving a
    negative response for that sequence number.

    Signed-off-by: Patrick McHardy
    Signed-off-by: David S. Miller

    Patrick McHardy
     

20 Apr, 2008

1 commit


14 Apr, 2008

2 commits


26 Mar, 2008

11 commits