aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-24[NETFILTER]: ULOG target is not obsoleteThomas Voegtle1-1/+1
2006-04-19[TCP]: Account skb overhead in tcp_fragmentHerbert Xu1-3/+7
2006-04-18[NET]: Remove redundant NULL checks before [kv]freeJesper Juhl1-5/+2
2006-04-18[TCP]: Fix truesize underflowHerbert Xu1-1/+3
2006-04-17[IPV4]: ip_route_input panic fixStephen Hemminger1-1/+4
2006-04-14[PATCH] ip_output: account for fraggap when checking to add trailer_lenZach Brown1-1/+1
2006-04-14[IPV4]: Possible cleanups.Adrian Bunk7-13/+2
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki7-13/+13
2006-04-09[IPV4] ip_fragment: Always compute hash with ipfrag_lock held.David S. Miller1-5/+10
2006-04-09[NETFILTER]: Fix DNAT in LOCAL_OUTPatrick McHardy1-1/+1
2006-04-09[NETFILTER]: H.323 helper: remove changelogPatrick McHardy2-49/+0
2006-04-09[NETFILTER]: Convert conntrack/ipt_REJECT to new checksumming functionsPatrick McHardy5-53/+13
2006-04-09[NETFILTER]: Add address family specific checksum helpersPatrick McHardy1-0/+33
2006-04-09[NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy1-8/+9
2006-04-09[NETFILTER]: Fix IP_NF_CONNTRACK_NETLINK dependencyPatrick McHardy1-0/+1
2006-04-09[NETFILTER]: H.323 helper: add parameter 'default_rrq_ttl'Jing Min Zhao1-1/+5
2006-04-09[NETFILTER]: H.323 helper: make get_h245_addr() staticJing Min Zhao1-2/+2
2006-04-09[NETFILTER]: H.323 helper: change EXPORT_SYMBOL to EXPORT_SYMBOL_GPLJing Min Zhao1-12/+11
2006-04-09[NETFILTER]: H.323 helper: move some function prototypes to ip_conntrack_h323.hJing Min Zhao5-1092/+1
2006-04-09[NETFILTER]: Fix section mismatch warningsPatrick McHardy5-118/+97
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy7-421/+199
2006-04-09[INET]: Use port unreachable instead of proto for tunnelsHerbert Xu1-1/+1
2006-04-09[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu3-6/+8
2006-04-09[NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy1-3/+3
2006-04-09[FIB_TRIE]: Fix leaf freeing.Robert Olsson1-7/+7
2006-04-09[IPSEC]: Check x->encap before dereferencing itHerbert Xu1-1/+1
2006-04-01[NETFILTER]: iptables 32bit compat layerDmitry Mishin1-131/+1007
2006-04-01[NETFILTER]: {ip,nf}_conntrack_netlink: fix expectation notifier unregistrationMartin Josefsson1-1/+1
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 multiport matchYasuyuki Kozakai3-206/+0
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 esp matchYasuyuki Kozakai3-116/+5
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu1-5/+5
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu5-9/+8
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton50-204/+204
2006-03-28[TCP]: Fix RFC2465 typo.S P1-1/+1
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu5-126/+165
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern2-10/+12
2006-03-26[PATCH] sem2mutex: misc static one-file mutexesIngo Molnar2-9/+11
2006-03-25Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-38/+35
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-1/+1
2006-03-25[IPV4]: Aggregate route entries with different TOS valuesIlia Sotnikov2-28/+19
2006-03-25[TCP]: Mark tcp_*mem[] __read_mostly.David S. Miller1-3/+4
2006-03-25[TCP]: Set default max buffers from memory pool sizeJohn Heffner1-9/+14
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan2-2/+2
2006-03-23[IPV4]: Add fib rule netlink notificationsPatrick McHardy1-3/+24
2006-03-22[TCP]: Do not use inet->id of global tcp_socket when sending RST.Alexey Kuznetsov1-5/+1
2006-03-22[NETFILTER]: Fix undefined references to get_h225_addrPatrick McHardy1-2/+2
2006-03-22[NETFILTER]: nf_conntrack: support for layer 3 protocol load on demandPablo Neira Ayuso1-0/+1
2006-03-22[NETFILTER]: x_tables: set the protocol family in x_tables targets/matchesPablo Neira Ayuso2-8/+13
2006-03-22[NETFILTER]: conntrack: cleanup the conntrack ID initializationPablo Neira Ayuso1-2/+2
2006-03-22[NETFILTER]: ctnetlink: Fix expectaction mask dumpingPablo Neira Ayuso1-17/+55