aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2-2/+8
2015-05-31udp: fix behavior of wrong checksumsEric Dumazet1-4/+2
2015-05-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller2-5/+12
2015-05-28ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck1-2/+7
2015-05-28ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck1-2/+3
2015-05-22ipv4: fill in table id when replacing a routeMichal Kubeček1-0/+1
2015-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+12
2015-05-22ipv4: Avoid crashing in ip_errorEric W. Biederman1-0/+4
2015-05-22tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet3-4/+15
2015-05-20netfilter: ensure number of counters is >0 in do_replace()Dave Jones2-0/+12
2015-05-19tcp: don't over-send F-RTO probesYuchung Cheng1-3/+3
2015-05-19tcp: only undo on partial ACKs in CA_LossYuchung Cheng1-3/+6
2015-05-17tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot1-1/+1
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu1-1/+1
2015-05-13esp4: Use high-order sequence number bits for IV generationHerbert Xu1-1/+2
2015-05-05tcp_westwood: fix tcp_westwood_info()Eric Dumazet1-7/+8
2015-05-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller8-44/+92
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet5-33/+38
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet3-4/+15
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2-3/+16
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet3-4/+40
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com2-1/+5
2015-04-20ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet6-17/+35
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-04-16fou: avoid missing unlock in failure pathWANG Cong1-2/+1
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-14/+10
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+8
2015-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller2-5/+4
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet6-267/+52
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen1-6/+4
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy3-14/+10
2015-04-12fou: implement FOU_CMD_GETWANG Cong1-0/+109
2015-04-12fou: add network namespace supportWANG Cong1-39/+67
2015-04-12fou: always use be16 for portWANG Cong1-3/+3
2015-04-12fou: exit early when parsing config failsWANG Cong1-1/+4
2015-04-12fou: avoid calling udp_del_offload() twiceWANG Cong1-2/+2
2015-04-11new helper: msg_data_left()Al Viro1-4/+4
2015-04-09tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet1-2/+2
2015-04-09tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-09udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-4/+4
2015-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+3
2015-04-09Merge branch 'iocb' into for-davemAl Viro1-1/+0