aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-23net: some optimizations in af_inetEric Dumazet1-5/+4
2008-11-21inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller1-5/+5
2008-11-20net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet3-28/+27
2008-11-20ipgre: convert to netdevice_opsStephen Hemminger1-16/+26
2008-11-20ipip: convert to net_device_opsStephen Hemminger1-16/+17
2008-11-20ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-4/+7
2008-11-20net: ip_sockglue.c add static, annotate ports' endiannessHarvey Harrison1-2/+2
2008-11-20TPROXY: supply a struct flowi->flags argument in inet_sk_rebuild_header()Balazs Scheidler1-0/+1
2008-11-20TPROXY: fill struct flowi->flags in udp_sendmsg()Balazs Scheidler1-0/+1
2008-11-20net: listening_hash get a spinlock per bucketEric Dumazet3-72/+50
2008-11-19ip: convert to net_device_ops for ioctlStephen Hemminger1-8/+17
2008-11-19include/net net/ - csum_partial - remove unnecessary castsJoe Perches2-4/+4
2008-11-19net: inet_diag_handler structs can be constEric Dumazet1-1/+1
2008-11-19net: fix ip_mr_init() error pathBenjamin Thery1-4/+5
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+19
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: shy netns_ok checkAlexey Dobriyan1-1/+9
2008-11-12tcp_htcp: last_cong bug fixDoug Leith1-4/+10
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