summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: Do not call tcp_fastopen_reset_cipher from interrupt contextChristoph Paasch2015-06-233-4/+7
* ipv4/udp: Verify multicast group is ours in upd_v4_early_demux()Shawn Bohrer2015-06-041-3/+15
* tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-06-012-2/+8
* udp: fix behavior of wrong checksumsEric Dumazet2015-06-011-4/+2Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-05-292-5/+12
|\
| * ip_vti/ip6_vti: Preserve skb->mark after rcv_cb callAlexander Duyck2015-05-281-2/+7
| * ip_vti/ip6_vti: Do not touch skb->mark on xmitAlexander Duyck2015-05-281-2/+3
| * esp4: Use high-order sequence number bits for IV generationHerbert Xu2015-05-131-1/+2
* | ipv4: fill in table id when replacing a routeMichal Kubeček2015-05-221-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-222-0/+12
|\ \
| * | netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-202-0/+12
* | | ipv4: Avoid crashing in ip_errorEric W. Biederman2015-05-221-0/+4
* | | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-223-4/+15
* | | tcp: don't over-send F-RTO probesYuchung Cheng2015-05-191-3/+3
* | | tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-191-3/+6
|/ /
* | tcp/ipv6: fix flow label setting in TIME_WAIT stateFlorent Fourcot2015-05-181-1/+1
* | rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu2015-05-151-1/+1
* | tcp_westwood: fix tcp_westwood_info()Eric Dumazet2015-05-061-7/+8
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-048-44/+92
|\ \
| * | tcp: update reordering first before detecting lossYuchung Cheng2015-04-291-4/+2Star
| * | tcp: add TCP_CC_INFO socket optionEric Dumazet2015-04-291-0/+21
| * | tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-295-33/+38
| * | tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-293-4/+15
| * | tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-292-3/+16
| |/
* | ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-021-0/+1
* | route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu2015-04-291-4/+1Star
|/
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-243-4/+40
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-04-241-21/+29
* tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-04-221-1/+19
* tcp: add memory barriers to write space pathsjbaron@akamai.com2015-04-212-1/+5
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-04-201-0/+3
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-176-17/+35
* tcp: tcp_get_info() should fetch socket fields onceEric Dumazet2015-04-171-4/+6
* fou: avoid missing unlock in failure pathWANG Cong2015-04-161-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-153-14/+10Star
|\
| * netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+2
| * netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-133-14/+10Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-143-6/+8
|\ \
| * | tcp: tcp_make_synack() should clear skb->tstampEric Dumazet2015-04-091-0/+2
| * | udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross2015-04-091-4/+4
| * | fou: Don't use const __read_mostlyAndi Kleen2015-04-081-2/+2
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-04-142-5/+4Star
|\ \ \
| * | | new helper: msg_data_left()Al Viro2015-04-111-4/+4
| * | | Merge branch 'iocb' into for-davemAl Viro2015-04-091-1/+0Star
| |\ \ \
| | * | | fs: move struct kiocb to fs.hChristoph Hellwig2015-03-261-1/+0Star
* | | | | tcp/dccp: get rid of central timewait timerEric Dumazet2015-04-136-267/+52Star
* | | | | tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen2015-04-131-6/+4Star
| |_|_|/ |/| | |
* | | | fou: implement FOU_CMD_GETWANG Cong2015-04-131-0/+109
* | | | fou: add network namespace supportWANG Cong2015-04-131-39/+67
* | | | fou: always use be16 for portWANG Cong2015-04-131-3/+3