summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Don't match tcp/udp source/destination port for IP fragmentsBart De Schuymer2006-01-301-0/+3
* [PATCH] ieee80211_crypt_tkip depends on NET_RADIOOlaf Hering2006-01-071-1/+1
* [PATCH] Perform SA switchover immediately.David S. Miller2005-12-262-5/+19
* [PATCH] Fix route lifetime.YOSHIFUJI Hideaki2005-12-262-5/+13
* [PATCH] Fix bridge-nf ipv6 length checkBart De Schuymer2005-12-261-10/+7
* [PATCH] Fix incorrect dependency for IP6_NF_TARGET_NFQUEUEPatrick McHardy2005-12-261-1/+1
* [PATCH] Fix NAT init orderPatrick McHardy2005-12-261-1/+2
* [PATCH] Fix hardware rx csum errorsStephen Hemminger2005-12-261-0/+3
* [PATCH] Fix hardware checksum modificationHerbert Xu2005-12-261-1/+1
* [PATCH] Fix unbalanced read_unlock_bh in ctnetlinkPatrick McHardy2005-12-261-1/+2
* [PATCH] Fix CTA_PROTO_NUM attribute size in ctnetlinkKrzysztof Oledzki2005-12-261-2/+2
* [PATCH] BRIDGE: recompute features when adding a new deviceOlaf Rempel2005-12-141-0/+1
* [PATCH] NETLINK: Fix processing of fib_lookup netlink messagesThomas Graf2005-12-141-2/+6
* [PATCH] Fix sending extension headers before and including routing header.YOSHIFUJI Hideaki2005-11-244-10/+29
* [PATCH] Fix calculation of AH length during filling ancillary data.Ville Nuorvala2005-11-241-1/+1
* [PATCH] Fix memory management error during setting up new advapi sockopts.YOSHIFUJI Hideaki2005-11-241-1/+2
* [PATCH] ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768Harald Welte2005-11-243-6/+6
* [PATCH] ip_conntrack TCP: Accept SYN+PUSH like SYNVlad Drukker2005-11-241-0/+1
* [PATCH] ctnetlink: Fix oops when no ICMP ID info in messageKrzysztof Piotr Oledzki2005-11-241-1/+2
* [PATCH] PPTP helper: fix PNS-PAC expectation call idPhilip Craig2005-11-241-2/+26
* [PATCH] ctnetlink: check if protoinfo is presentHarald Welte2005-11-241-0/+5
* [PATCH] refcount leak of proto when ctnetlink dumping tupleYasuyuki Kozakai2005-11-241-3/+6
* [PATCH] nf_queue: Fix Ooops when no queue handler registeredHarald Welte2005-11-241-1/+1
* [PATCH] NAT: Fix module refcount dropping too farRusty Rusty2005-11-242-5/+3
* [PATCH] PPTP helper: Fix endianness bug in GRE key / CallID NATHarald Welte2005-11-241-2/+2
* [PATCH] ipvs: fix connection leak if expire_nodest_conn=1Julian Anastasov2005-11-101-4/+3
* [PATCH] NET: Fix zero-size datagram receptionHerbert Xu2005-11-101-0/+4
* [PATCH] tcp: BIC max increment too largeStephen Hemminger2005-11-101-1/+1
* [TCP]: Clear stale pred_flags when snd_wnd changesHerbert Xu2005-10-271-0/+1
* [PATCH] svcsock timestamp fixAndrew Morton2005-10-261-1/+1
* [PATCH] kill massive wireless-related log spamJeff Garzik2005-10-261-2/+7
* [TR]: Preserve RIF flag even for 2 byte RIF fields.Jochen Friedrich2005-10-251-2/+3
* [IPV6]: Fix refcnt of struct ip6_flowlabelYan Zheng2005-10-251-1/+1
* [NEIGH] Fix timer leak in neigh_changeaddrHerbert Xu2005-10-231-30/+13
* [NEIGH] Fix add_timer race in neigh_add_timerHerbert Xu2005-10-231-2/+2
* [NEIGH] Print stack trace in neigh_add_timerHerbert Xu2005-10-231-0/+1
* [SK_BUFF]: ipvs_property field must be copiedJulian Anastasov2005-10-222-0/+9
* [TCP] Allow len == skb->len in tcp_fragmentHerbert Xu2005-10-201-11/+1
* [DCCP]: Clear the IPCB areaHerbert Xu2005-10-202-0/+3
* [DCCP]: Make dccp_write_xmit always free the packetHerbert Xu2005-10-202-3/+2
* [DCCP]: Use skb_set_owner_w in dccp_transmit_skb when skb->sk is NULLHerbert Xu2005-10-201-4/+2
* [NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled.Andrew Morton2005-10-151-1/+0
* [TCP]: Ratelimit debugging warning.Herbert Xu2005-10-131-5/+7
* [NET]: Disable NET_SCH_CLK_CPU for SMP x86 hostsAndi Kleen2005-10-131-1/+3
* [NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.David S. Miller2005-10-134-26/+48
* [TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!"Herbert Xu2005-10-121-1/+8
* [BRIDGE]: fix race on bridge del ifStephen Hemminger2005-10-121-1/+1
* [TWSK]: Grab the module refcount for timewait socketsArnaldo Carvalho de Melo2005-10-101-0/+1
* [DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packetsArnaldo Carvalho de Melo2005-10-101-1/+5
* [CCID]: Check if ccid is NULL in the hc_[tr]x_exit functionsArnaldo Carvalho de Melo2005-10-101-2/+2