summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: tcp probe wraparound handling and other changesStephen Hemminger2007-07-111-70/+124
* [NET]: Make all initialized struct seq_operations const.Philippe De Muyter2007-07-106-8/+8
* [UDP]: Fix length check.Patrick McHardy2007-07-101-7/+2
* [NET]: Avoid copying writable clones in tunnel driversPatrick McHardy2007-07-102-2/+4
* [IPV4]: Make ip_tos2prio const.Philippe De Muyter2007-07-101-1/+1
* [NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severityDan Aloni2007-07-101-1/+1
* [NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy2007-07-1022-330/+189
* [NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy2007-07-101-19/+20
* [NETFILTER]: ipt_SAME: add to feature-removal-schedulePatrick McHardy2007-07-101-1/+1
* [NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy2007-07-101-23/+60
* [NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy2007-07-101-6/+0
* [NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy2007-07-108-28/+28
* [NETFILTER]: nf_nat: use hlists for bysource hashPatrick McHardy2007-07-101-10/+11
* [NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntra...Patrick McHardy2007-07-102-3/+3
* [NETFILTER]: nf_conntrack: use hlists for conntrack hashPatrick McHardy2007-07-101-8/+9
* [NETFILTER]: nf_conntrack_extend: use __read_mostly for struct nf_ct_ext_typePatrick McHardy2007-07-101-1/+1
* [NETFILTER]: nf_nat: merge nf_conn and nf_nat_infoYasuyuki Kozakai2007-07-102-19/+17
* [NETFILTER]: nf_nat: kill global 'destroy' operationYasuyuki Kozakai2007-07-101-24/+22
* [NETFILTER]: nf_conntrack: remove old memory allocator of conntrackYasuyuki Kozakai2007-07-101-6/+0
* [NETFILTER]: nf_nat: remove unused nf_nat_module_is_loadedYasuyuki Kozakai2007-07-102-5/+0
* [NETFILTER]: nf_nat: use extension infrastructureYasuyuki Kozakai2007-07-103-19/+65
* [NETFILTER]: nf_nat: add reference to conntrack from entry of bysource listYasuyuki Kozakai2007-07-101-1/+3
* [NETFILTER]: nf_conntrack: use extension infrastructure for helperYasuyuki Kozakai2007-07-101-10/+0
* [NETFILTER]: x_tables: mark matches and targets __read_mostlyPatrick McHardy2007-07-1023-27/+27
* [NETFILTER]: x_tables: add TRACE targetJozsef Kadlecsik2007-07-102-13/+118
* [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-107-34/+21
* [NETFILTER]: Remove incorrect inline markersJan Engelhardt2007-07-102-2/+2
* [NETFILTER]: add some consts, remove some castsJan Engelhardt2007-07-1010-28/+39
* [NETFILTER]: x_tables: switch xt_target->checkentry to boolJan Engelhardt2007-07-1013-97/+97
* [NETFILTER]: x_tables: switch xt_match->checkentry to boolJan Engelhardt2007-07-105-25/+25
* [NETFILTER]: x_tables: switch xt_match->match to boolJan Engelhardt2007-07-109-65/+65
* [NETFILTER]: x_tables: switch hotdrop to boolJan Engelhardt2007-07-1010-17/+17
* [UDP]: Cleanup UDP encapsulation codeJames Chapman2007-07-102-140/+130
* [TCP]: SACK fastpath did override adjusted fackets_outIlpo Järvinen2007-07-101-0/+8
* [UDP]: Introduce UDP encapsulation type for L2TPJames Chapman2007-07-101-4/+23
* [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-103-3/+6
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-104-0/+4
* [TCPv4]: Improve BH latency in /proc/net/tcpHerbert Xu2007-07-101-14/+5
* [IPV4]: The scheduled removal of multipath cached routing support.David S. Miller2007-07-1010-1157/+11
* [TCP] tcp_read_sock: Allow recv_actor() return return negative error value.Jens Axboe2007-06-231-2/+6
* [IPVS]: Fix state variable on failure to start ipvs threadsNeil Horman2007-06-181-2/+39
* [TCP]: Fix logic breakage due to DSACK separationIlpo Järvinen2007-06-151-4/+5
* [TCP]: Congestion control API RTT sampling fixIlpo Järvinen2007-06-155-2/+16
* [TCP]: Add missing break to TCP option parsing codeIlpo Järvinen2007-06-141-0/+1
* [TCP]: Set initial_ssthresh default to zero in Cubic and BIC.David S. Miller2007-06-132-2/+2
* [TCP]: Fix left_out setting during FRTOIlpo Järvinen2007-06-121-1/+1
* [TCP]: Disable TSO if MD5SIG is enabled.David S. Miller2007-06-121-1/+2
* [CIPSO]: Fix several unaligned kernel accesses in the CIPSO engine.Paul Moore2007-06-081-10/+13
* [NetLabel]: consolidate the struct socket/sock handling to just struct sockPaul Moore2007-06-081-33/+8
OpenPOWER on IntegriCloud