aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy2007-07-102-2/+2
* [NETFILTER]: nf_nat: merge nf_conn and nf_nat_infoYasuyuki Kozakai2007-07-103-30/+23
* [NETFILTER]: nf_nat: kill global 'destroy' operationYasuyuki Kozakai2007-07-103-35/+22
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-106-242/+15
* [NETFILTER]: nf_nat: remove unused nf_nat_module_is_loadedYasuyuki Kozakai2007-07-103-7/+0
* [NETFILTER]: nf_nat: use extension infrastructureYasuyuki Kozakai2007-07-106-36/+73
* [NETFILTER]: nf_nat: add reference to conntrack from entry of bysource listYasuyuki Kozakai2007-07-102-3/+6
* [NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai2007-07-108-92/+99
* [NETFILTER]: nf_conntrack: introduce extension infrastructureYasuyuki Kozakai2007-07-105-1/+283
* [NETFILTER]: nf_nat: move NAT declarations from nf_conntrack_ipv4.h to nf_nat.hYasuyuki Kozakai2007-07-104-22/+21
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-1073-79/+79
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-109-27/+314
* [NETFILTER]: Add u32 matchJan Engelhardt2007-07-104-0/+189
* [NETFILTER]: nf_nat_sip: only perform RTP DNAT if SIP session was SNATedJerome Borsboom2007-07-101-1/+5
* [NETFILTER]: Remove redundant parentheses/bracesJan Engelhardt2007-07-1028-110/+90
* [NETFILTER]: Remove incorrect inline markersJan Engelhardt2007-07-102-2/+2
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-1036-100/+136
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-1024-174/+174
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-1033-148/+148
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-1045-327/+320
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-1046-92/+92
* [NETFILTER]: ip6_tables: fix explanation of valid upper protocol numberYasuyuki Kozakai2007-07-101-2/+8
* [NETFILTER]: nf_conntrack_h323: check range first in sequence extensionJing Min Zhao2007-07-101-9/+9
* [UDP]: Cleanup UDP encapsulation codeJames Chapman2007-07-103-142/+133
* [IrDA]: tsap init routine factorisation.G. Liakhovetski2007-07-101-10/+19
* [IrDA]: kingsun-sir.c charset fix.Samuel Ortiz2007-07-101-2/+2
* [IrDA]: Monitor mode.Samuel Ortiz2007-07-102-0/+8
* [IrDA]: Netlink layer.Samuel Ortiz2007-07-106-5/+247
* [NET]: Allow group ownership of TUN/TAP devices.Guido Guenther2007-07-102-2/+15
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-1033-308/+14
* [NET_SCHED]: sch_htb: use generic estimatorPatrick McHardy2007-07-101-61/+24
* [NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy2007-07-106-24/+12
* [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy2007-07-107-60/+0
* [PKTGEN]: IPSEC supportJamal Hadi Salim2007-07-101-2/+152
* [XFRM] Introduce standalone SAD lookupJamal Hadi Salim2007-07-102-0/+35
* [PKTGEN]: Introduce sequential flowsJamal Hadi Salim2007-07-101-8/+52
* [PKTGEN]: Centralize packet overhead trackingJamal Hadi Salim2007-07-101-12/+15
* [MAC80211]: Set low initial rate in rc80211_simpleLarry Finger2007-07-101-5/+7
* [TCP]: SACK fastpath did override adjusted fackets_outIlpo Järvinen2007-07-101-0/+8
* [NET]: Fix secondary unicast/multicast address count maintenancePatrick McHardy2007-07-103-20/+16
* [SCHED]: Qdisc changes and sch_rr added for multiqueuePeter P Waskiewicz Jr2007-07-103-15/+134
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-1010-30/+158
* [NET]: [DOC] Multiqueue hardware support documentationPeter P Waskiewicz Jr2007-07-101-0/+111
* [NET]: Fix TX checksum feature checkHerbert Xu2007-07-101-5/+5
* [L2TP]: Add PPPoL2TP in-kernel documentationJames Chapman2007-07-101-0/+169
* [L2TP]: Add PPPoL2TP maintainerJames Chapman2007-07-101-0/+5
* [PPPOL2TP]: Use proper printf format specifier for size_t.David S. Miller2007-07-101-2/+2
* [L2TP]: PPP over L2TP driver coreJames Chapman2007-07-103-0/+2500
* [L2TP]: Changes to existing ppp and socket kernel headers for L2TPJames Chapman2007-07-105-2/+101
* [UDP]: Introduce UDP encapsulation type for L2TPJames Chapman2007-07-102-4/+29