| Commit message (Expand) | Author | Age | Files | Lines |
* | [TCP] Allow len == skb->len in tcp_fragment | Herbert Xu | 2005-10-20 | 1 | -11/+1 |
* | [DCCP]: Clear the IPCB area | Herbert Xu | 2005-10-20 | 2 | -0/+3 |
* | [DCCP]: Make dccp_write_xmit always free the packet | Herbert Xu | 2005-10-20 | 2 | -3/+2 |
* | [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULL | Herbert Xu | 2005-10-20 | 1 | -4/+2 |
* | [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled. | Andrew Morton | 2005-10-16 | 1 | -1/+0 |
* | [TCP]: Ratelimit debugging warning. | Herbert Xu | 2005-10-13 | 1 | -5/+7 |
* | [NET]: Disable NET_SCH_CLK_CPU for SMP x86 hosts | Andi Kleen | 2005-10-13 | 1 | -1/+3 |
* | [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering. | David S. Miller | 2005-10-13 | 4 | -26/+48 |
* | [TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!" | Herbert Xu | 2005-10-13 | 1 | -1/+8 |
* | [BRIDGE]: fix race on bridge del if | Stephen Hemminger | 2005-10-13 | 1 | -1/+1 |
* | [TWSK]: Grab the module refcount for timewait sockets | Arnaldo Carvalho de Melo | 2005-10-11 | 1 | -0/+1 |
* | [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets | Arnaldo Carvalho de Melo | 2005-10-11 | 1 | -1/+5 |
* | [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions | Arnaldo Carvalho de Melo | 2005-10-11 | 1 | -2/+2 |
* | [NETFILTER] ctnetlink: add support to change protocol info | Pablo Neira Ayuso | 2005-10-11 | 1 | -0/+37 |
* | [NETFILTER] ctnetlink: allow userspace to change TCP state | Pablo Neira Ayuso | 2005-10-11 | 1 | -0/+23 |
* | [NETFILTER]: Use only 32bit counters for CONNTRACK_ACCT | Harald Welte | 2005-10-11 | 2 | -9/+12 |
* | [IPSEC] Fix block size/MTU bugs in ESP | Herbert Xu | 2005-10-11 | 2 | -6/+7 |
* | [IPSEC]: Use ALIGN macro in ESP | Herbert Xu | 2005-10-11 | 2 | -10/+12 |
* | [NETFILTER] ctnetlink: add one nesting level for TCP state | Pablo Neira Ayuso | 2005-10-11 | 1 | -0/+4 |
* | [NETFILTER] ctnetlink: ICMP ID is not mandatory | Pablo Neira Ayuso | 2005-10-11 | 1 | -2/+1 |
* | [NETFILTER] conntrack_netlink: Fix endian issue with status from userspace | Harald Welte | 2005-10-11 | 1 | -1/+2 |
* | [NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV | Harald Welte | 2005-10-11 | 1 | -2/+2 |
* | [NETFILTER] ipt_ULOG: Mark ipt_ULOG as OBSOLETE | Harald Welte | 2005-10-11 | 1 | -1/+6 |
* | [NETFILTER] PPTP helper: Add missing Kconfig dependency | Harald Welte | 2005-10-11 | 1 | -0/+1 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-09 | 38 | -102/+95 |
* | [ATM]: [br2684] if we free the skb, we should return 0 | Jean-Denis Boyer | 2005-10-07 | 1 | -1/+1 |
* | [ATM]: add support for LECS addresses learned from network | Eric Kinzie | 2005-10-07 | 3 | -23/+60 |
* | [SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels. | Ivan Skytte J�rgensen | 2005-10-07 | 1 | -25/+227 |
* | [AX.25]: Fix packet socket crash | Ralf Baechle | 2005-10-05 | 2 | -2/+2 |
* | [IPSEC]: Document that policy direction is derived from the index. | Herbert Xu | 2005-10-05 | 2 | -5/+10 |
* | [IPV6]: Fix NS handing for proxy/anycast address | YOSHIFUJI Hideaki | 2005-10-05 | 1 | -1/+1 |
* | [TCP]: BIC coding bug in Linux 2.6.13 | Stephen Hemminger | 2005-10-05 | 1 | -1/+1 |
* | [MCAST] ipv6: Fix address size in grec_size | Yan Zheng | 2005-10-05 | 1 | -1/+1 |
* | [XFRM]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 1 | -1/+1 |
* | [RPC]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 3 | -3/+3 |
* | [AF_KEY]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 1 | -3/+4 |
* | [NETFILTER]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 1 | -1/+2 |
* | [IPVS]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 1 | -1/+1 |
* | [DECNET]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 2 | -11/+18 |
* | [ATM]: fix sparse gfp nocast warnings | Randy Dunlap | 2005-10-05 | 1 | -1/+1 |
* | [NETFILTER]: Fix Kconfig typo | Horst H. von Brand | 2005-10-05 | 1 | -1/+1 |
* | [IPV4]: fib_trie root-node expansion | Robert Olsson | 2005-10-04 | 1 | -2/+21 |
* | [IPV6]: Fix infinite loop in udp_v6_get_port(). | YOSHIFUJI Hideaki | 2005-10-04 | 1 | -1/+3 |
* | [PATCH] ieee80211: fix gfp flags type | Randy Dunlap | 2005-10-04 | 1 | -1/+1 |
* | [PATCH] ieee80211: fix gfp flags type | Randy Dunlap | 2005-10-04 | 1 | -1/+1 |
* | [IPV4]: Update icmp sysctl docs and disable broadcast ECHO/TIMESTAMP by default | David S. Miller | 2005-10-04 | 1 | -1/+1 |
* | [IPV4]: Get rid of bogus __in_put_dev in pktgen | Herbert Xu | 2005-10-03 | 1 | -1/+0 |
* | [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl | Herbert Xu | 2005-10-03 | 17 | -37/+39 |
* | [IPV6]: Fix leak added by udp connect dst caching fix. | David S. Miller | 2005-10-03 | 1 | -4/+10 |
* | [IPV6]: Fix ipv6 fragment ID selection at slow path | Yan Zheng | 2005-10-03 | 1 | -1/+1 |