1. 19 4月, 2013 1 次提交
    • P
      netfilter: add my copyright statements · f229f6ce
      Patrick McHardy 提交于
      Add copyright statements to all netfilter files which have had significant
      changes done by myself in the past.
      
      Some notes:
      
      - nf_conntrack_ecache.c was incorrectly attributed to Rusty and Netfilter
        Core Team when it got split out of nf_conntrack_core.c. The copyrights
        even state a date which lies six years before it was written. It was
        written in 2005 by Harald and myself.
      
      - net/ipv{4,6}/netfilter.c, net/netfitler/nf_queue.c were missing copyright
        statements. I've added the copyright statement from net/netfilter/core.c,
        where this code originated
      
      - for nf_conntrack_proto_tcp.c I've also added Jozsef, since I didn't want
        it to give the wrong impression
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
      f229f6ce
  2. 08 4月, 2013 1 次提交
    • P
      netfilter: ipv6: propagate routing errors from ip6_route_me_harder() · 58e35d14
      Patrick McHardy 提交于
      Propagate routing errors from ip_route_me_harder() when dropping a packet
      using NF_DROP_ERR(). This makes userspace get the proper error instead of
      EPERM for everything.
      
      # ip -6 r a unreachable default table 100
      # ip -6 ru add fwmark 0x1 lookup 100
      # ip6tables -t mangle -A OUTPUT -d 2001:4860:4860::8888 -j MARK --set-mark 0x1
      
      Old behaviour:
      
      PING 2001:4860:4860::8888(2001:4860:4860::8888) 56 data bytes
      ping: sendmsg: Operation not permitted
      ping: sendmsg: Operation not permitted
      ping: sendmsg: Operation not permitted
      
      New behaviour:
      
      PING 2001:4860:4860::8888(2001:4860:4860::8888) 56 data bytes
      ping: sendmsg: Network is unreachable
      ping: sendmsg: Network is unreachable
      ping: sendmsg: Network is unreachable
      Signed-off-by: NPatrick McHardy <kaber@trash.net>
      Signed-off-by: NPablo Neira Ayuso <pablo@netfilter.org>
      58e35d14
  3. 30 8月, 2012 1 次提交
  4. 01 11月, 2011 2 次提交
  5. 23 4月, 2011 1 次提交
  6. 04 4月, 2011 2 次提交
  7. 13 3月, 2011 2 次提交
  8. 03 3月, 2011 1 次提交
  9. 18 11月, 2010 1 次提交
  10. 14 6月, 2010 1 次提交
  11. 15 4月, 2010 1 次提交
  12. 03 6月, 2009 1 次提交
  13. 26 11月, 2008 1 次提交
  14. 25 11月, 2008 1 次提交
  15. 15 10月, 2008 1 次提交
  16. 09 10月, 2008 1 次提交
  17. 08 10月, 2008 1 次提交
  18. 14 4月, 2008 1 次提交
  19. 06 3月, 2008 1 次提交
  20. 29 1月, 2008 5 次提交
  21. 16 10月, 2007 1 次提交
  22. 26 4月, 2007 1 次提交
  23. 06 3月, 2007 1 次提交
  24. 11 2月, 2007 1 次提交
  25. 03 12月, 2006 3 次提交
  26. 23 9月, 2006 1 次提交
  27. 10 4月, 2006 3 次提交
  28. 11 1月, 2006 2 次提交