summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* NetLabel: convert to an extensibile/sparse category bitmapPaul Moore2006-12-038-352/+568
* [NETFILTER]: remove the reference to ipchains from KconfigPablo Neira Ayuso2006-12-031-1/+1
* [NETFILTER]: Fix PROC_FS=n warningsPatrick McHardy2006-12-032-7/+17
* [NETFILTER]: remove remaining ASSERT_{READ,WRITE}_LOCKPatrick McHardy2006-12-035-18/+0Star
* [NETFILTER]: ebtables: add --snap-arp optionBart De Schuymer2006-12-034-6/+32
* [NETFILTER]: x_tables: add NFLOG targetPatrick McHardy2006-12-039-16/+123
* [NETFILTER]: x_tables: add port of hashlimit match for IPv4 and IPv6Patrick McHardy2006-12-038-285/+339
* [NETFILTER]: nfnetlink_log: remove useless prefix length limitationPatrick McHardy2006-12-032-11/+10Star
* [NETFILTER]: nfnetlink_queue: allow changing queue length through netlinkEric Leblond2006-12-032-0/+9
* [NETFILTER]: ctnetlink: rework conntrack fields dumping logic on eventsPablo Neira Ayuso2006-12-032-44/+54
* [NETFILTER]: ctnetlink: check for status attribute existence on conntrack cre...Pablo Neira Ayuso2006-12-032-6/+10
* [NETFILTER]: sip conntrack: better NAT handlingPatrick McHardy2006-12-033-70/+135
* [NETFILTER]: sip conntrack: make header shortcuts optionalPatrick McHardy2006-12-031-3/+2Star
* [NETFILTER]: sip conntrack: do case insensitive SIP header searchPatrick McHardy2006-12-033-8/+22
* [NETFILTER]: sip conntrack: minor cleanupPatrick McHardy2006-12-033-63/+55Star
* [NETFILTER]: ip_conntrack: fix NAT helper unload racesPatrick McHardy2006-12-0315-169/+216
* [NETFILTER]: conntrack: add '_get' to {ip, nf}_conntrack_expect_findYasuyuki Kozakai2006-12-0310-13/+13
* [NETFILTER]: nf_conntrack: /proc compatibility with old connection trackingPatrick McHardy2006-12-036-1/+434
* [NETFILTER]: nf_conntrack: sysctl compatibility with old connection trackingPatrick McHardy2006-12-0310-1/+332
* [NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modulesPatrick McHardy2006-12-0311-327/+293Star
* [NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocolsPatrick McHardy2006-12-036-0/+259
* [NETFILTER]: nf_conntrack: move extern declaration to header filesPatrick McHardy2006-12-039-37/+34Star
* [NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilizationPatrick McHardy2006-12-031-0/+1
* [NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct()Martin Josefsson2006-12-031-3/+8
* [NETFILTER]: nf_conntrack: remove unused struct list_head from protocolsMartin Josefsson2006-12-033-7/+0Star
* [NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanupMartin Josefsson2006-12-031-3/+4
* [NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCKMartin Josefsson2006-12-032-11/+0Star
* [NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregi...Martin Josefsson2006-12-034-9/+52
* [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocolMartin Josefsson2006-12-0319-200/+200
* [NETFILTER]: More __read_mostly annotationsMartin Josefsson2006-12-033-5/+5
* [NETFILTER]: nf_conntrack: split out protocol handlingMartin Josefsson2006-12-034-198/+226
* [NETFILTER]: nf_conntrack: split out the event cacheMartin Josefsson2006-12-0312-150/+199
* [NETFILTER]: nf_conntrack: split out helper handlingMartin Josefsson2006-12-035-120/+165
* [NETFILTER]: nf_conntrack: split out expectation handlingMartin Josefsson2006-12-0310-401/+452
* [TCP] Vegas: Increase default alpha to 2 and beta to 4.David S. Miller2006-12-031-2/+2
* [DCCP]: Use `unsigned' for packet lengthsGerrit Renker2006-12-034-58/+48Star
* [DCCP] ccid3: Larger initial windowsGerrit Renker2006-12-032-33/+37
* [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0Arnaldo Carvalho de Melo2006-12-031-2/+2
* [DCCP]: Tidy up unused structuresGerrit Renker2006-12-033-11/+5Star
* [DCCP] ccid3: Track RX/TX packet size `s' using moving-averageGerrit Renker2006-12-031-19/+41
* [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448Gerrit Renker2006-12-031-12/+10Star
* [DCCP]: Remove allocation of sysctl numbersGerrit Renker2006-12-032-24/+0Star
* [INET]: Change protocol field in struct inet_protosw to u16Arnaldo Carvalho de Melo2006-12-031-1/+1
* [TCP]: Renove the __ prefix on the struct tcp_sock membersArnaldo Carvalho de Melo2006-12-031-78/+78
* [TCP]: Change tcp_header_len member in tcp_sock to u16Arnaldo Carvalho de Melo2006-12-031-3/+2Star
* [DCCP] ccid3: Consolidate handling of t_RTOGerrit Renker2006-12-031-15/+14Star
* [DCCP] ccid3: Consistently update t_nom, t_ipi, t_deltaGerrit Renker2006-12-031-21/+17Star
* [DCCP] ccid3: Consolidate timer resetsGerrit Renker2006-12-032-10/+10
* [XFRM]: Convert a few __u8 to proper u8Jamal Hadi Salim2006-12-031-8/+8
* [XFRM]: Make flush notifier prettier when subpolicy usedJamal Hadi Salim2006-12-031-10/+2Star