aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches12-72/+73
2009-11-21tcp: Don't make syn cookies initial setting depend on CONFIG_SYSCTLDavid S. Miller1-7/+1
2009-11-18netns: net_identifiers should be read_mostlyEric Dumazet2-2/+2
2009-11-18ipv4: factorize cache clearing for batched unregister operationsOctavian Purdila1-5/+6
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-8/+15
2009-11-13inetpeer: Optimize inet_getid()Eric Dumazet3-13/+10
2009-11-13ipv4: speedup inet_dump_ifaddr()Eric Dumazet1-23/+38
2009-11-13igmp: Use next_net_device_rcu()Eric Dumazet1-16/+11
2009-11-13net: TCP_MSS_DEFAULT, TCP_MSS_DESIREDWilliam Allen Simpson3-6/+6
2009-11-13ipmr: missing dev_put() on error path in vif_add()Dan Carpenter1-1/+3
2009-11-13tcp: provide more information on the tcp receive_queue bugsIlpo Järvinen1-7/+12
2009-11-10IPV4: use rcu to walk list of devices in IGMPstephen hemminger1-8/+10
2009-11-10udp: bind() optimisationEric Dumazet1-8/+65
2009-11-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-15/+17
2009-11-08udp: multicast RX should increment SNMP/sk_drops counter in allocation failuresEric Dumazet1-1/+11
2009-11-08ipv4: udp: Optimise multicast receptionEric Dumazet1-26/+50
2009-11-08ipv4: udp: optimize unicast RX pathEric Dumazet1-3/+112
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet1-5/+26
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet1-6/+19
2009-11-08udp: add a counter into udp_hslotEric Dumazet1-0/+3
2009-11-08net: Support specifying the network namespace upon device creation.Eric W. Biederman1-1/+1
2009-11-06ipip: Fix handling of DF packets when pmtudisc is OFFHerbert Xu1-15/+17
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-31/+51
2009-11-06netfilter: nf_nat: fix NAT issue in 2.6.30.4+Jozsef Kadlecsik2-11/+26
2009-11-05ip_frag: dont touch device refcountEric Dumazet1-3/+4
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