aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert1-0/+2
2014-10-01ipip: Set inner IP protocol in ipipTom Herbert1-0/+2
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-5/+46
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-4/+1
2014-10-01tcp: abort orphan sockets stalling on zero window probesYuchung Cheng2-21/+22
2014-10-01cipso: add __init to cipso_v4_cache_initFabian Frederick1-1/+1
2014-10-01inet: frags: add __init to ip4_frags_ctl_registerFabian Frederick1-2/+2
2014-10-01tcp: add __init to tcp_init_memFabian Frederick1-1/+1
2014-10-01ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet1-0/+3
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing1-3/+1
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+24
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal3-31/+34
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-1/+35
2014-09-29tcp: remove unnecessary assignment.Li RongQing1-1/+1
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann4-1/+371
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2-4/+22
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2-14/+26
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2-8/+19
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal3-31/+26
2014-09-28arp: Do not perturb drop profiles with ignored ARP packetsRick Jones1-1/+5
2014-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-2/+0
2014-09-28tcp: use tcp_flags in tcp_data_queue()Peter Pan(潘卫平)1-3/+2
2014-09-28tcp: change tcp_skb_pcount() locationEric Dumazet3-9/+12
2014-09-28tcp: better TCP_SKB_CB layout to reduce cache line missesEric Dumazet2-7/+17
2014-09-28ipv4: rename ip_options_echo to __ip_options_echo()Eric Dumazet3-11/+13
2014-09-26net: introduce __skb_header_release()Eric Dumazet2-7/+7
2014-09-26net: Remove gso_send_check as an offload callbackTom Herbert4-56/+3
2014-09-26udp: move logic out of udp[46]_ufo_send_checkTom Herbert1-22/+15
2014-09-26tcp: move logic out of tcp_v[64]_gso_send_checkTom Herbert1-16/+23
2014-09-23tcp: add coalescing attempt in tcp_ofo_queue()Eric Dumazet1-42/+47
2014-09-23icmp: add a global rate limitationEric Dumazet2-4/+76
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+6
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet1-3/+3
2014-09-22tcp: avoid possible arithmetic overflowsEric Dumazet4-14/+14
2014-09-19gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert1-5/+85
2014-09-19ipip: Setup and TX path for ipip/UDP foo-over-udp encapsulationTom Herbert1-1/+77
2014-09-19net: Changes to ip_tunnel to support foo-over-udp encapsulationTom Herbert1-1/+90
2014-09-19fou: Add GRO supportTom Herbert2-1/+93
2014-09-19fou: Support for foo-over-udp RX pathTom Herbert3-0/+290
2014-09-19net: Export inet_offloads and inet6_offloadsTom Herbert1-0/+1
2014-09-19tcp: do not fake tcp headers in tcp_send_rcvq()Eric Dumazet1-9/+4
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-1/+52
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou1-64/+21
2014-09-18ipsec: Remove obsolete MAX_AH_AUTH_LENHerbert Xu1-2/+0
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-3/+3
2014-09-15tcp: do not copy headers in tcp_collapse()Eric Dumazet1-15/+2
2014-09-15tcp: allow segment with FIN in tcp_try_coalesce()Eric Dumazet1-3/+1
2014-09-15tcp: use TCP_SKB_CB(skb)->tcp_flags in input pathEric Dumazet3-13/+16
2014-09-12udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood1-1/+1
2014-09-12netfilter: masquerading needs to be independent of x_tables in KconfigPablo Neira Ayuso1-12/+15