Age | Commit message (Expand) | Author |
2008-10-01 | ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is set | Tóth László Attila |
2008-10-01 | ipv4: Implement IP_TRANSPARENT socket option | KOVACS Krisztian |
2008-10-01 | ipv4: Loosen source address check on IPv4 output | Julian Anastasov |
2008-10-01 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2008-10-01 | tcp: Fix NULL dereference in tcp_4_send_ack() | Vitaliy Gusev |
2008-09-23 | tcp: Fix queue traversal in tcp_use_frto(). | David S. Miller |
2008-09-23 | tcp: Fix order of tests in tcp_retransmit_skb() | David S. Miller |
2008-09-21 | net: Remove __skb_insert() calls outside of skbuff internals. | David S. Miller |
2008-09-22 | ipvs: Fix unused label warning | Sven Wegener |
2008-09-22 | ipvs: Restrict sync message to 255 connections | Sven Wegener |
2008-09-21 | tcp: advertise MSS requested by user | Tom Quetchenbach |
2008-09-20 | net: Use hton[sl]() instead of __constant_hton[sl]() where applicable | Arnaldo Carvalho de Melo |
2008-09-20 | tcp: back retransmit_high when it over-estimated | Ilpo Järvinen |
2008-09-20 | tcp: don't clear lost_skb_hint when not necessary | Ilpo Järvinen |
2008-09-20 | tcp: don't clear retransmit_skb_hint when not necessary | Ilpo Järvinen |
2008-09-20 | tcp: remove retransmit_skb_hint clearing from failure | Ilpo Järvinen |
2008-09-20 | tcp: reorganize retransmit code loops | Ilpo Järvinen |
2008-09-20 | tcp: remove tp->lost_out guard to make joining diff nicer | Ilpo Järvinen |
2008-09-20 | tcp: Reorganize skb tagbit checks | Ilpo Järvinen |
2008-09-20 | tcp: remove obsolete validity concern | Ilpo Järvinen |
2008-09-20 | tcp: add tcp_can_forward_retransmit | Ilpo Järvinen |
2008-09-20 | tcp: No need to clear retransmit_skb_hint when SACKing | Ilpo Järvinen |
2008-09-20 | tcp: Kill precaution that's very likely obsolete | Ilpo Järvinen |
2008-09-20 | tcp: convert retransmit_cnt_hint to seqno | Ilpo Järvinen |
2008-09-20 | tcp: add helper for lost bit toggling | Ilpo Järvinen |
2008-09-20 | tcp: move tcp_verify_retransmit_hint | Ilpo Järvinen |
2008-09-20 | tcp: Partial hint clearing has again become meaningless | Ilpo Järvinen |
2008-09-17 | ipvs: change some __constant_htons() to htons() | Brian Haley |
2008-09-17 | ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_s... | Simon Horman |
2008-09-17 | ipvs: supply a valid 0 address to ip_vs_conn_new() | Simon Horman |
2008-09-17 | ipvs: only unlock in ip_vs_edit_service() if already locked | Simon Horman |
2008-09-15 | udp: Fix rcv socket locking | Herbert Xu |
2008-09-12 | net: ip_vs_proto_{tcp,udp} build fix | Stephen Rothwell |
2008-09-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into l... | Simon Horman |
2008-09-09 | This reverts "Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp" | Gerrit Renker |
2008-09-08 | Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/dccp_exp | David S. Miller |
2008-09-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2008-09-09 | ipvs: Embed user stats structure into kernel stats structure | Sven Wegener |
2008-09-09 | ipvs: Restrict connection table size via Kconfig | Sven Wegener |
2008-09-09 | IPVS: Remove incorrect ip_route_me_harder(), fix IPv6 | Julius Volz |
2008-09-09 | ipvs: handle PARTIAL_CHECKSUM | Simon Horman |
2008-09-08 | netns : fix kernel panic in timewait socket destruction | Daniel Lezcano |
2008-09-08 | IPVS: use ipv6_addr_copy() | Simon Horman |
2008-09-08 | IPVS: fix bogus indentation | Simon Horman |
2008-09-08 | ipvs: Reject ipv6 link-local addresses for destinations | Sven Wegener |
2008-09-08 | ipvs: Mark tcp/udp v4 and v6 debug functions static | Sven Wegener |
2008-09-08 | ipvs: Return negative error values from ip_vs_edit_service() | Sven Wegener |
2008-09-08 | ipvs: Use pointer to address from sync message | Sven Wegener |
2008-09-05 | ipvs: load balance ipv6 connections from a local process | Simon Horman |
2008-09-05 | ipvs: load balance IPv4 connections from a local process | Malcolm Turnbull |