aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
...
| * | | | netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_log_inval...Alexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: per-netns net.netfilter.nf_conntrack_checksum ...Alexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: per-netns /proc/net/stat/nf_conntrack, /proc/n...Alexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: per-netns statisticsAlexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: pass conntrack to nf_conntrack_event_cache() n...Alexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: per-netns /proc/net/ip_conntrack, /proc/net/st...Alexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: pass netns pointer to L4 protocol's ->error hookAlexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: pass netns pointer to nf_conntrack_in()Alexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: per-netns expectationsAlexey Dobriyan2008-10-08
| * | | | netfilter: netns: fix {ip,6}_route_me_harder() in netnsAlexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: per-netns conntrack hashAlexey Dobriyan2008-10-08
| * | | | netfilter: netns nf_conntrack: per-netns conntrack countAlexey Dobriyan2008-10-08
| * | | | netfilter: netns: remove nf_*_net() wrappersAlexey Dobriyan2008-10-08
| * | | | netfilter: x_tables: use NFPROTO_* in extensionsJan Engelhardt2008-10-08
| * | | | netfilter: rename ipt_recent to xt_recentJan Engelhardt2008-10-08
| * | | | netfilter: Use unsigned types for hooknum and pf varsJan Engelhardt2008-10-08
* | | | | ipv4: add mc_count to in_device.Rami Rosen2008-10-07
|/ / / /
* | | | netns: make udpv6 mib per/namespaceDenis V. Lunev2008-10-07
* | | | tcp: cleanup messy initializerIlpo Järvinen2008-10-07
* | | | tcp: kill pointless urg_modeIlpo Järvinen2008-10-07
* | | | net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-07
* | | | inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian2008-10-07
* | | | inet: Add udplib_lookup_skb() helpersKOVACS Krisztian2008-10-07
* | | | inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2008-10-07
| |/ / |/| |
* | | tcp: Respect SO_RCVLOWAT in tcp_poll().David S. Miller2008-10-06
* | | udp: Export UDP socket lookup functionKOVACS Krisztian2008-10-01
* | | tcp: Port redirection support for TCPKOVACS Krisztian2008-10-01
* | | ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-01
* | | tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-01
* | | ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-01
* | | ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila2008-10-01
* | | ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-01
* | | ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-01
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-01
|\ \ \ | | |/ | |/|
| * | tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev2008-10-01
| * | udp: Fix rcv socket lockingHerbert Xu2008-09-15
* | | tcp: Fix queue traversal in tcp_use_frto().David S. Miller2008-09-23
* | | tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller2008-09-23
* | | net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2008-09-22
| |/ |/|
* | tcp: advertise MSS requested by userTom Quetchenbach2008-09-21
* | net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-21
* | tcp: back retransmit_high when it over-estimatedIlpo Järvinen2008-09-21
* | tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen2008-09-21
* | tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2008-09-21
* | tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen2008-09-21
* | tcp: reorganize retransmit code loopsIlpo Järvinen2008-09-21
* | tcp: remove tp->lost_out guard to make joining diff nicerIlpo Järvinen2008-09-21
* | tcp: Reorganize skb tagbit checksIlpo Järvinen2008-09-21
* | tcp: remove obsolete validity concernIlpo Järvinen2008-09-21
* | tcp: add tcp_can_forward_retransmitIlpo Järvinen2008-09-21