summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: ip_conntrack_netlink.c needs linux/interrupt.hBenoit Boissinot2005-11-231-0/+1
* [NETFILTER] ctnetlink: Fix refcount leak ip_conntrack/nat_protoPablo Neira Ayuso2005-11-221-12/+12
* [IPV4]: Fix secondary IP addresses after promotionJamal Hadi Salim2005-11-222-11/+31
* [NETFILTER]: fixed dependencies between modules related with ip_conntrackYasuyuki Kozakai2005-11-201-5/+5
* [FIB_TRIE]: Don't show local table in /proc/net/route outputPatrick McHardy2005-11-201-0/+3
* [NETFILTER] ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768Harald Welte2005-11-173-6/+6
* [TCP]: TCP highspeed build errorStephen Hemminger2005-11-171-1/+1
* [IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassemblyYasuyuki Kozakai2005-11-161-26/+14
* [TCP]: More spelling fixes.Stephen Hemminger2005-11-151-2/+2
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-141-14/+7
* [NETFILTER] ctnetlink: More thorough size checking of attributesPablo Neira Ayuso2005-11-142-0/+46
* [NETFILTER] ctnetlink: use size_t to make gcc-4.x happyPablo Neira Ayuso2005-11-141-3/+3
* [NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYNVlad Drukker2005-11-121-0/+1
* [PATCH] TCP: fix vegas buildJeff Garzik2005-11-111-1/+1
* [TCP]: speed up SACK processingStephen Hemminger2005-11-102-26/+172
* [TCP]: spelling fixesStephen Hemminger2005-11-106-31/+31
* [TCP]: receive buffer growth limiting with mixed MTUJohn Heffner2005-11-101-27/+8
* [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-105-11/+37
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-106-59/+33
* [TCP]: simplify microsecond rtt samplingStephen Hemminger2005-11-101-32/+30
* [TCP]: fix congestion window update when using TSO deferalStephen Hemminger2005-11-107-9/+11
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-106-42/+40
* [NETLINK]: Make netlink_callback->done() optionalThomas Graf2005-11-101-8/+1
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-0913-58/+1106
* [NETFILTER] ctnetlink: ICMP_ID is u_int16_t not u_int8_t.Krzysztof Piotr Oledzki2005-11-091-1/+1
* [NETFILTER] ctnetlink: Fix oops when no ICMP ID info in messageKrzysztof Piotr Oledzki2005-11-091-1/+2
* [NETFILTER] ctnetlink: Add support to identify expectations by ID'sPablo Neira Ayuso2005-11-091-0/+8
* [NETFILTER] ctnetlink: propagate error instaed of returning -EPERMPablo Neira Ayuso2005-11-091-1/+1
* [NETFILTER] ctnetlink: return -EINVAL if size is wrongPablo Neira Ayuso2005-11-091-1/+1
* [NETFILTER]: stop tracking ICMP error at early pointYasuyuki Kozakai2005-11-091-5/+5
* [NETFILTER] PPTP helper: fix PNS-PAC expectation call idPhilip Craig2005-11-091-2/+26
* [NETFILTER] ctnetlink: get_conntrack can use GFP_KERNELPablo Neira Ayuso2005-11-091-1/+1
* [NETFILTER] ctnetlink: kill unused includesPablo Neira Ayuso2005-11-091-3/+0
* [NETFILTER] ctnetlink: add module alias to fix autoloadingPablo Neira Ayuso2005-11-091-0/+2
* [NETFILTER] ctnetlink: add marking support from userspacePablo Neira Ayuso2005-11-091-0/+10
* [NETFILTER] ctnetlink: check if protoinfo is presentPablo Neira Ayuso2005-11-091-0/+5
* [NETFILTER] nfnetlink: nfattr_parse() can never fail, make it voidHarald Welte2005-11-092-42/+9
* [NETFILTER]: refcount leak of proto when ctnetlink dumping tupleYasuyuki Kozakai2005-11-091-3/+6
* [NETFILTER]: packet counter of conntrack is 32bitsYasuyuki Kozakai2005-11-091-1/+1
* [IPV4]: Fix ip_queue_xmit identity increment for TSO packetsHerbert Xu2005-11-081-1/+2
* [NET]: kfree cleanupJesper Juhl2005-11-089-37/+18
* [IPVS]: fix connection leak if expire_nodest_conn=1Julian Anastasov2005-11-081-4/+3
* [TCP/DCCP]: Randomize port selectionStephen Hemminger2005-11-053-14/+3
* [NETFILTER]: CONNMARK target needs ip_conntrackHarald Welte2005-11-051-0/+1
* [NETFILTER]: Fix double free after netlink_unicast() in ctnetlinkHarald Welte2005-11-051-12/+7
* [NETFILTER] NAT: Fix module refcount dropping too farHarald Welte2005-11-052-5/+3
* [NETFILTER] PPTP helper: Fix endianness bug in GRE key / CallID NATHarald Welte2005-11-041-2/+2
* [NETFILTER] PPTP helper: Fix compilation of conntrack helper without NATHarald Welte2005-11-042-4/+2
* [TCP]: BIC max increment too largeStephen Hemminger2005-11-021-1/+1
* [MCAST]: ip[6]_mc_add_src should be called when number of sources is zeroYan Zheng2005-11-021-1/+4
OpenPOWER on IntegriCloud