aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet5-51/+89
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-25/+22
2008-11-16TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler1-1/+39
2008-11-16ipv4: Fix ARP behavior with many mac-vlansBen Greear1-11/+11
2008-11-12net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet2-5/+5
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan2-3/+0
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-28/+30
2008-11-10net: fix /proc/net/snmp as memory corruptorEric Dumazet1-28/+30
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+9
2008-11-05tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.David S. Miller1-2/+1
2008-11-04xfrm: Have af-specific init_tempsel() initialize family field of temporary selectorAndreas Steffen1-0/+1
2008-11-03net: '&' reduxAlexey Dobriyan5-128/+128
2008-11-03net: clean up net/ipv4/tcp_ipv4.cJianjun Kong1-8/+8
2008-11-03net: clean up net/ipv4/devinet.cJianjun Kong1-5/+5
2008-11-03net: clean up net/ipv4/pararp.cJianjun Kong1-7/+7
2008-11-03net: clean up net/ipv4/ip_fragment.c tcp_timer.c ip_input.cJianjun Kong3-5/+5
2008-11-03net: clean up net/ipv4/ipmr.cJianjun Kong1-65/+65
2008-11-03net: clean up net/ipv4/ip_sockglue.c tcp_output.cJianjun Kong2-20/+20
2008-11-03net: clean up net/ipv4/igmp.cJianjun Kong1-23/+23
2008-11-03net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.cJianjun Kong3-18/+18
2008-11-03net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.cJianjun Kong6-12/+12
2008-11-03net: clean up net/ipv4/ah4.c esp4.c fib_semantics.c inet_connection_sock.c inetpeer.c ip_output.cJianjun Kong6-13/+13
2008-11-02[TCP] CUBIC v2.3Sangtae Ha1-11/+109
2008-11-01udp: multicast packets need to check namespaceEric Dumazet1-5/+7
2008-11-01udp: add a missing smp_wmb() in udp_lib_get_port()Eric Dumazet1-0/+5
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison14-100/+76
2008-10-31net: replace NIPQUAD() in net/ipv4/netfilter/Harvey Harrison10-85/+69
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+4
2008-10-30udp: Should use spin_lock_bh()/spin_unlock_bh() in udp_lib_unhash()Eric Dumazet1-2/+2
2008-10-29cipso: unsigned buf_len cannot be negativeroel kluin1-3/+4
2008-10-29net: replace %p6 with %pI6Harvey Harrison2-2/+2
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet1-2/+2
2008-10-29udp: udp_get_next() should use spin_unlock_bh()Eric Dumazet1-1/+1
2008-10-29udp: calculate udp_mem based on low memory instead of all memoryEric Dumazet1-3/+6
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet2-9/+27
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet3-92/+132
2008-10-28net: replace uses of NIP6_FMT with %p6Harvey Harrison2-4/+4
2008-10-28net: don't use INIT_RCU_HEADAlexey Dobriyan3-10/+1
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan3-2/+5
2008-10-27net: implement emergency route cache rebulds when gc_elasticity is exceededNeil Horman2-2/+142
2008-10-26syncookies: fix inclusion of tcp options in syn-ackFlorian Westphal1-5/+5
2008-10-23tcp: Restore ordering of TCP options for the sake of inter-operabilityIlpo Järvinen1-6/+17
2008-10-21tcp: should use number of sack blocks instead of -1Ilpo Järvinen1-1/+1
2008-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+3
2008-10-20netfilter: replace old NF_ARP calls with NFPROTO_ARPJan Engelhardt1-2/+2
2008-10-20netfilter: snmp nat leaks memory in case of failureIlpo Järvinen1-0/+1
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-7/+8
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg3-6/+2
2008-10-16ipv4: Add a missing rcu_assign_pointer() in routing cache.Eric Dumazet1-1/+6
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-1/+99