| Commit message (Expand) | Author | Age | Files | Lines |
* | [IPV6]: Give sit driver an appropriate module alias. | Patrick McHardy | 2006-11-05 | 1 | -0/+1 |
* | [IPV6]: Add ndisc_netdev_notifier unregister. | Dmitry Mishin | 2006-11-05 | 1 | -0/+1 |
* | [IPV6]: File the fingerprints off ah6->spi/esp6->spi | Al Viro | 2006-11-01 | 1 | -2/+2 |
* | [IPV6]: fix flowlabel seqfile handling | James Morris | 2006-10-31 | 1 | -12/+6 |
* | [IPV6]: return EINVAL for invalid address with flowlabel lease request | James Morris | 2006-10-30 | 1 | -1/+3 |
* | [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tables | Dmitry Mishin | 2006-10-30 | 1 | -8/+16 |
* | [NETFILTER]: remove masq/NAT from ip6tables Kconfig help | Patrick McHardy | 2006-10-30 | 1 | -1/+1 |
* | [IPV6]: fix lockup via /proc/net/ip6_flowlabel | James Morris | 2006-10-30 | 1 | -0/+2 |
* | [NET]: fix uaccess handling | Heiko Carstens | 2006-10-30 | 1 | -6/+11 |
* | [NETFILTER]: Fix ip6_tables extension header bypass bug | Patrick McHardy | 2006-10-24 | 5 | -8/+31 |
* | [NETFILTER]: Fix ip6_tables protocol bypass bug | Patrick McHardy | 2006-10-24 | 1 | -4/+6 |
* | [IPv6] fib: initialize tb6_lock in common place to give lockdep a key | Thomas Graf | 2006-10-21 | 1 | -3/+6 |
* | [IPV6]: Fix route.c warnings when multiple tables are disabled. | David S. Miller | 2006-10-18 | 1 | -3/+8 |
* | [IPv6] route: Fix prohibit and blackhole routing decision | Thomas Graf | 2006-10-18 | 1 | -6/+31 |
* | [IPV6]: Always copy rt->u.dst.error when copying a rt6_info. | Ville Nuorvala | 2006-10-18 | 1 | -2/+1 |
* | [IPV6]: Make IPV6_SUBTREES depend on IPV6_MULTIPLE_TABLES. | Ville Nuorvala | 2006-10-18 | 1 | -8/+8 |
* | [IPV6]: Clean up BACKTRACK(). | Ville Nuorvala | 2006-10-18 | 1 | -1/+1 |
* | [IPV6]: Make sure error handling is done when calling ip6_route_output(). | Ville Nuorvala | 2006-10-18 | 1 | -5/+7 |
* | [IPV6] sit: Add missing MODULE_LICENSE | Jan Dittmer | 2006-10-15 | 1 | -0/+1 |
* | [IPV6]: Remove bogus WARN_ON in Proxy-NA handling. | YOSHIFUJI Hideaki | 2006-10-15 | 1 | -2/+0 |
* | [IPv6] rules: Use RT6_LOOKUP_F_HAS_SADDR and fix source based selectors | Thomas Graf | 2006-10-15 | 2 | -7/+23 |
* | [NET]: Use typesafe inet_twsk() inline function instead of cast. | YOSHIFUJI Hideaki | 2006-10-11 | 1 | -6/+5 |
* | [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number. | YOSHIFUJI Hideaki | 2006-10-11 | 1 | -1/+1 |
* | [IPV6]: Seperate sit driver to extra module (addrconf.c changes) | Joerg Roedel | 2006-10-11 | 1 | -2/+16 |
* | [IPV6]: Seperate sit driver to extra module | Joerg Roedel | 2006-10-11 | 4 | -3/+18 |
* | IPsec: correct semantics for SELinux policy matching | Venkat Yekkirala | 2006-10-11 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 2006-10-04 | 2 | -2/+0 |
|\ |
|
| * | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 2 | -2/+0 |
* | | [XFRM]: BEET mode | Diego Beltrami | 2006-10-04 | 4 | -1/+122 |
* | | [UDP]: Fix MSG_PROBE crash | Herbert Xu | 2006-10-04 | 1 | -0/+2 |
* | | [UDP6]: Fix flowi clobbering | Herbert Xu | 2006-10-04 | 1 | -31/+31 |
|/ |
|
* | [IPV6]: Disable SG for GSO unless we have checksum | Herbert Xu | 2006-09-28 | 1 | -0/+3 |
* | [XFRM]: xrfm_replay_check() annotations | Al Viro | 2006-09-28 | 2 | -2/+2 |
* | [XFRM]: xfrm_parse_spi() annotations | Al Viro | 2006-09-28 | 1 | -1/+1 |
* | [XFRM]: xfrm_state_lookup() annotations | Al Viro | 2006-09-28 | 1 | -2/+2 |
* | [XFRM]: ports in struct xfrm_selector annotated | Al Viro | 2006-09-28 | 1 | -2/+2 |
* | [IPV4]: inet_rcv_saddr() annotations | Al Viro | 2006-09-28 | 1 | -2/+2 |
* | [IPV4]: INET_MATCH() annotations | Al Viro | 2006-09-28 | 1 | -4/+4 |
* | [IPV4]: inet_addr_type() annotations | Al Viro | 2006-09-28 | 1 | -1/+1 |
* | [IPV6]: bh_lock_sock_nested on tcp_v6_rcv | Fabio Olive Leite | 2006-09-28 | 1 | -1/+1 |
* | [IPV6] ADDRCONF: Mobile IPv6 Home Address support. | Noriaki TAKAMIYA | 2006-09-22 | 1 | -3/+41 |
* | [IPV6] ADDRCONF: Allow non-DAD'able addresses. | Noriaki TAKAMIYA | 2006-09-22 | 1 | -15/+16 |
* | [IPV6] NDISC: Fix is_router flag setting. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -5/+2 |
* | [IPV6] ADDRCONF: Convert addrconf_lock to RCU. | YOSHIFUJI Hideaki | 2006-09-22 | 3 | -25/+26 |
* | [IPV6] NDISC: Add proxy_ndp sysctl. | YOSHIFUJI Hideaki | 2006-09-22 | 3 | -2/+21 |
* | [IPV6] NDISC: Set per-entry is_router flag in Proxy NA. | Ville Nuorvala | 2006-09-22 | 1 | -3/+11 |
* | [IPV6] NDISC: Avoid updating neighbor cache for proxied address in receiving NA. | Ville Nuorvala | 2006-09-22 | 1 | -0/+9 |
* | [IPV6]: Don't forward packets to proxied link-local address. | Ville Nuorvala | 2006-09-22 | 1 | -1/+16 |
* | [IPV6] NDISC: Handle NDP messages to proxied addresses. | Ville Nuorvala | 2006-09-22 | 1 | -0/+45 |
* | [NETFILTER]: make some netfilter globals __read_mostly | Brian Haley | 2006-09-22 | 1 | -4/+4 |