| Commit message (Expand) | Author | Age | Files | Lines |
* | [EBTABLES] Don't match tcp/udp source/destination port for IP fragments | Bart De Schuymer | 2006-01-10 | 1 | -0/+3 |
* | [NET]: Remove unneeded kmalloc() return value casts | Jesper Juhl | 2006-01-10 | 2 | -3/+3 |
* | [RXRPC]: Decrease number of pointer derefs in connection.c | Jesper Juhl | 2006-01-10 | 1 | -6/+8 |
* | [AF_NETLINK]: Fix DoS in netlink_rcv_skb() | Martin Murray | 2006-01-10 | 1 | -1/+1 |
* | [NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures | Patrick McHardy | 2006-01-10 | 13 | -73/+73 |
* | [NETFILTER]: Remove unused function from NAT protocol helpers | Patrick McHardy | 2006-01-10 | 5 | -160/+0 |
* | [NETFILTER]: Fix return value confusion in PPTP NAT helper | Patrick McHardy | 2006-01-10 | 1 | -23/+13 |
* | [NETFILTER]: Fix another crash in ip_nat_pptp | Patrick McHardy | 2006-01-10 | 1 | -30/+27 |
* | [NETFILTER]: Fix crash in ip_nat_pptp | Patrick McHardy | 2006-01-10 | 1 | -1/+1 |
* | [NETFILTER]: net/ipv[46]/netfilter.c cleanups | Patrick McHardy | 2006-01-10 | 4 | -32/+6 |
* | [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() | Kris Katterjohn | 2006-01-10 | 11 | -25/+26 |
* | Fix rpc shutdown event condition bug | Linus Torvalds | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -7/+2 |
* | [PATCH] nfs: sleep_on() removal | Ingo Molnar | 2006-01-10 | 1 | -1/+2 |
* | [PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_stats | Andrey Borzenkov | 2006-01-10 | 1 | -9/+19 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 | Linus Torvalds | 2006-01-09 | 2 | -31/+31 |
|\ |
|
| * | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 | 2 | -31/+31 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-09 | 2 | -4/+4 |
|\ \ |
|
| * | | spelling: s/trough/through/ | Adrian Bunk | 2006-01-10 | 2 | -4/+4 |
| |/ |
|
* | | [INET_DIAG]: Introduce sk_diag_fill | Arnaldo Carvalho de Melo | 2006-01-09 | 1 | -10/+24 |
* | | [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fill | Arnaldo Carvalho de Melo | 2006-01-09 | 1 | -47/+111 |
* | | [INET_DIAG]: whitespace/simple cleanups | Arnaldo Carvalho de Melo | 2006-01-09 | 1 | -29/+28 |
* | | [INET_DIAG]: Use inet_twsk() with TIME_WAIT sockets | Arnaldo Carvalho de Melo | 2006-01-09 | 1 | -3/+3 |
* | | [IPV6]: Set skb->priority in ip6_output.c | Patrick McHardy | 2006-01-09 | 1 | -0/+4 |
* | | [IPV4]: ip_output.c needs xfrm.h | Patrick McHardy | 2006-01-09 | 1 | -0/+1 |
* | | [PKT_SCHED]: Fix qdisc return code. | Jamal Hadi Salim | 2006-01-09 | 4 | -9/+10 |
* | | [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" | Kris Katterjohn | 2006-01-09 | 11 | -40/+21 |
* | | [PKT_SCHED]: Prefix tc actions with act_ | Patrick McHardy | 2006-01-09 | 8 | -8/+8 |
* | | [PKT_SCHED]: Fix memory leak when dumping in pedit action | Patrick McHardy | 2006-01-09 | 1 | -0/+2 |
* | | [PKT_SCHED]: Remove some obsolete policer exports | Patrick McHardy | 2006-01-09 | 1 | -11/+3 |
* | | [PKT_SCHED]: Convert tc action functions to single skb pointers | Patrick McHardy | 2006-01-09 | 7 | -13/+10 |
* | | [PKT_SCHED]: Use USEC_PER_SEC | Patrick McHardy | 2006-01-09 | 1 | -4/+4 |
* | | [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv | Patrick McHardy | 2006-01-09 | 6 | -66/+63 |
|/ |
|
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-01-09 | 3 | -20/+45 |
|\ |
|
| * | [PATCH] ieee80211: enable hw wep where host has to build IV | Johannes Berg | 2006-01-09 | 3 | -20/+45 |
* | | [PATCH] netlink oops fix due to incorrect error code | Kirill Korotaev | 2006-01-09 | 1 | -1/+1 |
|/ |
|
* | [PATCH] tiny: Trim non-IPX builds | Matt Mackall | 2006-01-08 | 1 | -3/+1 |
* | [PATCH] shrink dentry struct | Eric Dumazet | 2006-01-08 | 1 | -1/+1 |
* | [PATCH] slab: remove unused align parameter from alloc_percpu | Pekka Enberg | 2006-01-08 | 1 | -2/+2 |
* | [IPV6]: small cleanups | Adrian Bunk | 2006-01-07 | 2 | -1/+2 |
* | [IPV4]: make ip_fragment() static | Adrian Bunk | 2006-01-07 | 1 | -2/+3 |
* | [NETFILTER]: ip_conntrack_proto_sctp.c needs linux/interrupt.h | Joe Kappus | 2006-01-07 | 1 | -0/+1 |
* | [NETFILTER]: Add ipt_policy/ip6t_policy matches | Patrick McHardy | 2006-01-07 | 6 | -0/+367 |
* | [NETFILTER]: Handle NAT in IPsec policy checks | Patrick McHardy | 2006-01-07 | 4 | -3/+54 |
* | [NETFILTER]: Keep conntrack reference until IPsec policy checks are done | Patrick McHardy | 2006-01-07 | 6 | -9/+12 |
* | [NETFILTER]: Redo policy lookups after NAT when neccessary | Patrick McHardy | 2006-01-07 | 3 | -3/+31 |
* | [NETFILTER]: Use conntrack information to determine if packet was NATed | Patrick McHardy | 2006-01-07 | 1 | -15/+19 |
* | [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harder | Patrick McHardy | 2006-01-07 | 7 | -9/+27 |
* | [IPV4]: reset IPCB flags when neccessary | Patrick McHardy | 2006-01-07 | 3 | -0/+4 |
* | [IPV4/6]: Netfilter IPsec input hooks | Patrick McHardy | 2006-01-07 | 3 | -1/+45 |