aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-05net: check kern before calling security subsystemEric Paris1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-11-05net: drop capability from protocol definitionsEric Paris2-5/+1
2009-11-04tcp: Use defaults when no route options are availableGilad Ben-Yossef1-2/+0
2009-11-04tcp: Do not call IPv4 specific func in tcp_check_reqGilad Ben-Yossef1-6/+3
2009-11-04net: net/ipv4/devinet.c cleanupsEric Dumazet1-28/+33
2009-11-04net: Introduce for_each_netdev_rcu() iteratorEric Dumazet1-19/+11
2009-11-01icmp: icmp_send() can avoid a dev_put()Eric Dumazet1-4/+5
2009-11-01ipv4: inetdev_by_index() switch to RCUEric Dumazet1-3/+4
2009-10-30gre: Fix dev_addr clobbering for gretapHerbert Xu1-12/+16
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-3/+1
2009-10-29net: Fix RPF to work with policy routingjamal2-5/+8
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+17
2009-10-29net,socket: introduce DECLARE_SOCKADDR helper to catch overflow at build timeCyrill Gorcunov1-1/+1
2009-10-29net: Cleanup redundant tests on unsignedroel kluin1-1/+1
2009-10-29Allow disabling of DSACK TCP option per routeGilad Ben-Yossef1-2/+6
2009-10-29Allow to turn off TCP window scale opt per routeGilad Ben-Yossef2-3/+6
2009-10-29Allow disabling TCP timestamp options per routeGilad Ben-Yossef2-3/+8
2009-10-29Add the no SACK route option featureGilad Ben-Yossef2-2/+5
2009-10-29Allow tcp_parse_options to consult dst entryGilad Ben-Yossef4-27/+37
2009-10-29Only parse time stamp TCP option in time wait sockGilad Ben-Yossef1-2/+2
2009-10-29ipmr: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-29AF_RAW: Augment raw_send_hdrinc to expand skb to fit iphdr->ihl (v2)Neil Horman1-7/+17
2009-10-28net: Corrected spelling error heurestics->heuristicsAndreas Petlund1-2/+2
2009-10-28gre: Optimize multiple unregistrationEric Dumazet1-5/+10
2009-10-28ipip: Optimize multiple unregistrationEric Dumazet1-6/+11
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-23/+82
2009-10-24gre: convert hash tables locking to RCUEric Dumazet1-17/+23
2009-10-24ipip: convert hash tables locking to RCUEric Dumazet1-21/+28
2009-10-22net: use WARN() for the WARN_ON in commit b6b39e8f3fbbbArjan van de Ven1-3/+3
2009-10-20net: Fix for dst_negative_adviceKrishna Kumar1-2/+2
2009-10-20tcp: Try to catch MSG_PEEK bugHerbert Xu1-1/+3
2009-10-19IP: CleanupsJohn Dykstra2-4/+1
2009-10-19net: Fix IP_MULTICAST_IFEric Dumazet1-4/+3
2009-10-19tcp: fix TCP_DEFER_ACCEPT retrans calculationJulian Anastasov1-12/+43
2009-10-19tcp: reduce SYN-ACK retrans for TCP_DEFER_ACCEPTJulian Anastasov1-3/+31
2009-10-19tcp: accept socket after TCP_DEFER_ACCEPT periodJulian Anastasov1-2/+2
2009-10-19Revert "tcp: fix tcp_defer_accept to consider the timeout"David S. Miller1-1/+0
2009-10-18ah4: convert to ahashSteffen Klassert1-59/+236
2009-10-18net: sk_drops consolidation part 2Eric Dumazet1-0/+2
2009-10-18inet: rename some inet_sock fieldsEric Dumazet18-189/+196
2009-10-14net: sk_drops consolidationEric Dumazet2-12/+8
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-30/+44
2009-10-13tcp: replace ehash_size by ehash_maskEric Dumazet5-12/+11
2009-10-13udp: Fix udp_poll() and ioctl()Eric Dumazet1-30/+43
2009-10-13tcp: fix tcp_defer_accept to consider the timeoutWilly Tarreau1-0/+1
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2-2/+2
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+10
2009-10-07udp: dynamically size hash tables at boot timeEric Dumazet2-27/+68
2009-10-07ipv4: Define cipso_v4_delopt staticHagen Paul Pfeifer1-1/+1