Age | Commit message (Expand) | Author | Files | Lines |
2005-12-27 | [NET]: Validate socket filters against BPF_MAXINSNS in one spot. | David S. Miller | 1 | -2/+2 |
2005-12-27 | [IPV6]: Fix addrconf dead lock. | YOSHIFUJI Hideaki | 1 | -4/+5 |
2005-12-26 | [BR_NETFILTER]: Fix leak if skb traverses > 1 bridge | David Kimdon | 1 | -0/+2 |
2005-12-26 | [IPV6]: Increase default MLD_MAX_MSF to 64. | David L Stevens | 1 | -1/+1 |
2005-12-23 | [IPV6]: Fix Temporary Address Generation | Hiroyuki YAMAMORI | 1 | -0/+3 |
2005-12-23 | [IPV6]: Fix dead lock. | YOSHIFUJI Hideaki | 1 | -4/+4 |
2005-12-22 | Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+git+ipv6-fix-20051221a | David S. Miller | 3 | -17/+118 |
2005-12-22 | [IPSEC]: Fix policy updates missed by sockets | David S. Miller | 1 | -1/+29 |
2005-12-21 | [DCCP]: Comment typo | Ian McDonald | 1 | -1/+1 |
2005-12-21 | [IPV6]: Fix address deletion | Kristian Slavov | 1 | -2/+3 |
2005-12-21 | [VLAN]: Add two missing checks to vlan_ioctl_handler() | Mika Kukkonen | 1 | -1/+5 |
2005-12-21 | [NETROM]: Fix three if-statements in nr_state1_machine() | Mika Kukkonen | 1 | -3/+3 |
2005-12-21 | [IPV6]: Don't select a tentative address as a source address. | YOSHIFUJI Hideaki | 1 | -1/+8 |
2005-12-21 | [IPV6]: Run DAD when the link becomes ready. | YOSHIFUJI Hideaki | 1 | -0/+23 |
2005-12-21 | [IPV6]: Defer IPv6 device initialization until the link becomes ready. | YOSHIFUJI Hideaki | 1 | -10/+64 |
2005-12-21 | [IPV6]: Try not to send icmp to anycast address. | YOSHIFUJI Hideaki | 1 | -2/+14 |
2005-12-21 | [IPV6]: Flag RTF_ANYCAST for anycast routes. | YOSHIFUJI Hideaki | 1 | -4/+9 |
2005-12-19 | SUNRPC: Fix "EPIPE" error on mount of rpcsec_gss-protected partitions | Trond Myklebust | 2 | -4/+6 |
2005-12-19 | RPC: Do not block on skb allocation | Trond Myklebust | 1 | -0/+2 |
2005-12-19 | [SCTP]: Fix sctp to not return erroneous POLLOUT events. | Neil Horman | 1 | -11/+3 |
2005-12-19 | [IPSEC]: Perform SA switchover immediately. | David S. Miller | 2 | -5/+19 |
2005-12-19 | [XFRM]: Handle DCCP in xfrm{4,6}_decode_session | Patrick McHardy | 2 | -0/+2 |
2005-12-19 | [IPV6]: Fix route lifetime. | YOSHIFUJI Hideaki | 2 | -5/+13 |
2005-12-19 | [BRIDGE-NF]: Fix bridge-nf ipv6 length check | Bart De Schuymer | 1 | -10/+7 |
2005-12-19 | [NETFILTER]: Fix incorrect dependency for IP6_NF_TARGET_NFQUEUE | Patrick McHardy | 1 | -1/+1 |
2005-12-19 | [NETFILTER]: Fix NAT init order | Patrick McHardy | 1 | -1/+2 |
2005-12-15 | [PATCH] Address of void __user * is void __user * *, not void * __user * | Al Viro | 1 | -1/+1 |
2005-12-14 | [VLAN]: Fix hardware rx csum errors | Stephen Hemminger | 1 | -0/+3 |
2005-12-14 | [GRE]: Fix hardware checksum modification | Herbert Xu | 1 | -1/+1 |
2005-12-13 | [PKT_SCHED]: Disable debug tracing logs by default in packet action API. | David S. Miller | 1 | -1/+1 |
2005-12-13 | [IPV6] addrconf: Do not print device pointer in privacy log message. | David S. Miller | 1 | -2/+2 |
2005-12-12 | [PATCH] ieee80211_crypt_tkip depends on NET_RADIO | Olaf Hering | 1 | -1/+1 |
2005-12-12 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/nf-2.6 | Linus Torvalds | 1 | -1/+4 |
2005-12-12 | [NETFILTER]: ip_nat_tftp: Fix expectation NAT | Marcus Sundberg | 1 | -1/+4 |
2005-12-12 | [TCPv6]: Fix skb leak | Arnaldo Carvalho de Melo | 1 | -10/+9 |
2005-12-08 | [IPv6] IPsec: fix pmtu calculation of esp | Kazunori MIYAZAWA | 1 | -1/+1 |
2005-12-08 | [NET]: Fix NULL pointer deref in checksum debugging. | Stephen Hemminger | 1 | -1/+2 |
2005-12-06 | [AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page(). | David S. Miller | 1 | -54/+61 |
2005-12-06 | [TCP] Vegas: timestamp before clone | David S. Miller | 1 | -109/+124 |
2005-12-06 | [TCP] Vegas: Remove extra call to tcp_vegas_rtt_calc | Thomas Young | 1 | -8/+0 |
2005-12-06 | [TCP] Vegas: stop resetting rtt every ack | Thomas Young | 1 | -4/+4 |
2005-12-05 | [DECNET]: add memory buffer settings | Steven Whitehouse | 2 | -3/+55 |
2005-12-05 | [NET]: make function pointer argument parseable by kernel-doc | Martin Waitz | 1 | -1/+1 |
2005-12-05 | [NETFILTER]: Don't use conntrack entry after dropping the reference | Patrick McHardy | 1 | -4/+2 |
2005-12-05 | [NETFILTER]: Fix unbalanced read_unlock_bh in ctnetlink | Patrick McHardy | 1 | -1/+2 |
2005-12-05 | [NETFILTER]: Wait for untracked references in nf_conntrack module unload | Patrick McHardy | 1 | -0/+3 |
2005-12-05 | [NETFILTER]: Mark ctnetlink as EXPERIMENTAL | Patrick McHardy | 2 | -6/+6 |
2005-12-05 | [NETFILTER]: Fix CTA_PROTO_NUM attribute size in ctnetlink | Patrick McHardy | 1 | -2/+2 |
2005-12-05 | [NETFILTER]: Fix ip_conntrack_flush abuse in ctnetlink | Patrick McHardy | 1 | -9/+11 |
2005-12-05 | [NETFILTER]: nfnetlink: Fix calculation of minimum message length | Yasuyuki Kozakai | 1 | -3/+2 |