summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2008-11-25tcp: Make shifting not clear the hintsIlpo Järvinen1-2/+14
2008-11-25tcp: Try to restore large SKBs while SACK processingIlpo Järvinen1-7/+249
2008-11-25tcp: make tcp_sacktag_one able to handle partial skb tooIlpo Järvinen1-15/+17
2008-11-25tcp: Make SACK code to split only at mss boundariesIlpo Järvinen1-4/+23
2008-11-25tcp: more aggressive skippingIlpo Järvinen1-1/+1
2008-11-25tcp: move tcp_simple_retransmit to tcp_inputIlpo Järvinen2-51/+52
2008-11-25tcp: collapse more than two on retransmissionIlpo Järvinen1-37/+59
2008-11-25net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()Eric Dumazet1-1/+6
2008-11-25net: avoid a pair of dst_hold()/dst_release() in ip_append_data()Eric Dumazet4-9/+14
2008-11-24net: Make sure BHs are disabled in sock_prot_inuse_add()Eric Dumazet1-1/+1
2008-11-24net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2-2/+2
2008-11-24net: Convert TCP/DCCP listening hash tables to use RCUEric Dumazet3-80/+80
2008-11-24net: some optimizations in af_inetEric Dumazet1-5/+4
2008-11-22tcp: Do not use TSO/GSO when there is urgent dataPetr Tesarik1-2/+5
2008-11-22inet_diag: Missed conversion after changing inet ehash lockl to spinlocks.David S. Miller1-5/+5
2008-11-21net: convert TCP/DCCP ehash rwlocks to spinlocksEric Dumazet3-28/+27
2008-11-21ipgre: convert to netdevice_opsStephen Hemminger1-16/+26
2008-11-21ipip: convert to net_device_opsStephen Hemminger1-16/+17
2008-11-21ipmr: convert ipmr virtual interface to net_device_opsStephen Hemminger1-1/+5
2008-11-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-20ip: convert to net_device_ops for ioctlStephen Hemminger1-8/+17
2008-11-20include/net net/ - csum_partial - remove unnecessary castsJoe Perches2-4/+4
2008-11-20net: inet_diag_handler structs can be constEric Dumazet1-1/+1
2008-11-20net: fix ip_mr_init() error pathBenjamin Thery1-4/+5
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-5/+19
2008-11-18Merge branch 'master' into nextJames Morris1-1/+9
2008-11-17net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet5-51/+89
2008-11-17udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-25/+22
2008-11-17TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler1-1/+39
2008-11-17ipv4: Fix ARP behavior with many mac-vlansBen Greear1-11/+11
2008-11-14Merge branch 'master' into nextJames Morris4-34/+42
2008-11-14CRED: Use creds in file structsDavid Howells1-2/+2
2008-11-13net: 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-12net: remove struct dst_entry::entry_sizeAlexey Dobriyan2-3/+0
2008-11-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-28/+30
2008-11-11net: fix /proc/net/snmp as memory corruptorEric Dumazet1-28/+30
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-7/+9
2008-11-05tcp: Fix recvmsg MSG_PEEK influence of blocking behavior.David S. Miller1-2/+1
2008-11-05xfrm: Have af-specific init_tempsel() initialize family field of temporary se...Andreas Steffen1-0/+1
2008-11-04netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott1-23/+0
2008-11-04netfilter: arptable_filter: merge forward hookAlexey Dobriyan1-11/+1
2008-11-04netfilter: netns-aware ipt_addrtypeAlexey Dobriyan1-7/+9
2008-11-04net: '&' reduxAlexey Dobriyan5-128/+128
2008-11-03net: clean up net/ipv4/tcp_ipv4.cJianjun Kong1-8/+8