Age | Commit message (Expand) | Author | Files | Lines |
2008-01-29 | [IPV4]: Remove unsupported DNAT (RTCF_NAT and RTCF_NAT) in IPV4 | Rami Rosen | 2 | -5/+4 |
2008-01-29 | [NET]: Remove obsolete comment | Ilpo Järvinen | 1 | -2/+0 |
2008-01-29 | [IPVS]: Kill some bloat | Ilpo Järvinen | 1 | -1/+1 |
2008-01-29 | [NETNS]: Should build with CONFIG_SYSCTL=n | Eric Dumazet | 1 | -7/+10 |
2008-01-29 | [ICMP]: Avoid sparse warnings in net/ipv4/icmp.c | Eric Dumazet | 1 | -2/+2 |
2008-01-29 | [NET]: prot_inuse cleanups and optimizations | Eric Dumazet | 5 | -11/+12 |
2008-01-29 | [TCP]: Perform setting of common control fields in one place | Ilpo Järvinen | 1 | -55/+36 |
2008-01-29 | [TCP]: Urgent parameter effect can be simplified. | Ilpo Järvinen | 1 | -1/+1 |
2008-01-29 | [TCP]: cleanup tcp_parse_options deep indented switch | Ilpo Järvinen | 1 | -68/+67 |
2008-01-29 | [NET]: Add some acquires/releases sparse annotations. | Eric Dumazet | 3 | -0/+5 |
2008-01-29 | [TCP]: Remove unnecessary local variable | Ilpo Järvinen | 1 | -2/+1 |
2008-01-29 | [TCP]: Code duplication removal, added tcp_bound_to_half_wnd() | Ilpo Järvinen | 1 | -8/+11 |
2008-01-29 | [TCP]: cleanup tcp_{in,out}put.c style | Ilpo Järvinen | 2 | -282/+300 |
2008-01-29 | [TCP]: reduce tcp_output's indentation levels a bit | Ilpo Järvinen | 1 | -118/+121 |
2008-01-29 | [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary | Ilpo Järvinen | 3 | -7/+4 |
2008-01-29 | [TCP]: Dropped unnecessary skb/sacked accessing in reneging | Ilpo Järvinen | 1 | -12/+13 |
2008-01-29 | [TCP]: Introduce tcp_wnd_end() to reduce line lengths | Ilpo Järvinen | 2 | -12/+11 |
2008-01-29 | [TCP]: Rename update_send_head & include related increment to it | Ilpo Järvinen | 1 | -20/+12 |
2008-01-29 | [TCP]: Make invariant check complain about invalid sacked_out | Ilpo Järvinen | 1 | -4/+1 |
2008-01-29 | [UDP]: Add memory accounting. | Hideo Aoki | 4 | -3/+93 |
2008-01-29 | [NET] CORE: Introducing new memory accounting interface. | Hideo Aoki | 4 | -38/+45 |
2008-01-29 | [IPSEC]: Move all calls to xfrm_audit_state_icvfail to xfrm_input | Herbert Xu | 2 | -4/+1 |
2008-01-29 | [IPSEC]: Fix transport-mode async resume on intput without netfilter | Herbert Xu | 1 | -7/+5 |
2008-01-29 | [TCP]: Remove seq_rtt ptr from clean_rtx_queue args | Ilpo Järvinen | 1 | -5/+2 |
2008-01-29 | [TCP]: Force TSO splits to MSS boundaries | Ilpo Järvinen | 1 | -26/+25 |
2008-01-29 | [NETNS]: Modify the neighbour table code so it handles multiple network names... | Eric W. Biederman | 1 | -6/+6 |
2008-01-29 | [XFRM]: RFC4303 compliant auditing | Paul Moore | 2 | -1/+4 |
2008-01-29 | [TCP]: Avoid two divides in __tcp_grow_window() | Eric Dumazet | 1 | -2/+2 |
2008-01-29 | [TCP]: Avoid a divide in tcp_mtu_probing() | Eric Dumazet | 1 | -1/+1 |
2008-01-29 | [TCP]: Move mss variable in tcp_mtu_probing() | David S. Miller | 1 | -2/+2 |
2008-01-29 | [TCP]: tcp_write_timeout.c cleanup | Eric Dumazet | 1 | -14/+21 |
2008-01-29 | [INET]: Avoid an integer divide in rt_garbage_collect() | Eric Dumazet | 1 | -2/+2 |
2008-01-29 | [TCP]: Convert several length variable to unsigned. | YOSHIFUJI Hideaki | 1 | -3/+3 |
2008-01-29 | [TCP] Avoid two divides in tcp_output.c | Eric Dumazet | 1 | -2/+2 |
2008-01-29 | [XFRM] IPv6: Fix dst/routing check at transformation. | Masahide NAKAMURA | 1 | -0/+7 |
2008-01-29 | [TCP]: Fix TSO deferring | Ilpo Järvinen | 1 | -1/+2 |
2008-01-29 | [INET]: Uninline the inet_twsk_put function. | Pavel Emelyanov | 1 | -0/+15 |
2008-01-29 | [INET]: Uninline the __inet_lookup_established function. | Pavel Emelyanov | 1 | -0/+38 |
2008-01-29 | [INET]: Uninline the __inet_hash function. | Pavel Emelyanov | 2 | -3/+45 |
2008-01-29 | [IPSEC]: Rename tunnel-mode functions to avoid collisions with tunnels | Herbert Xu | 1 | -8/+8 |
2008-01-29 | [NETFILTER]: Add CONFIG_NETFILTER_ADVANCED option | Patrick McHardy | 1 | -1/+25 |
2008-01-29 | [NETFILTER]: non-power-of-two jhash optimizations | Patrick McHardy | 2 | -4/+8 |
2008-01-29 | [NETFILTER]: Parenthesize macro parameters | Jan Engelhardt | 3 | -3/+5 |
2008-01-29 | [NETFILTER]: Introduce nf_inet_address | Jan Engelhardt | 1 | -5/+5 |
2008-01-29 | [NETFILTER]: x_tables: use %u format specifiers | Jan Engelhardt | 1 | -1/+1 |
2008-01-29 | [NETFILTER]: nf_nat: properly use RCU for ip_nat_decode_session | Patrick McHardy | 1 | -3/+3 |
2008-01-29 | [NETFILTER]: constify nf_afinfo | Patrick McHardy | 1 | -1/+1 |
2008-01-29 | [NETFILTER]: nf_log: constify struct nf_logger and nf_log_packet loginfo arg | Patrick McHardy | 1 | -1/+1 |
2008-01-29 | [NETFILTER]: nf_log: move logging stuff to seperate header | Patrick McHardy | 4 | -0/+4 |
2008-01-29 | [NETFILTER]: nf_nat: pass manip type instead of hook to nf_nat_setup_info | Patrick McHardy | 9 | -37/+20 |