summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | fou, fou6: do not assume linear skbsEric Dumazet2019-01-161-2/+7
| * | | tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-161-1/+1
| * | | net: ipv4: Fix memory leak in network namespace dismantleIdo Schimmel2019-01-152-5/+14
* | | | net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski2019-01-191-5/+56
* | | | net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+70
* | | | net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski2019-01-191-4/+39
| |/ / |/| |
* | | tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2019-01-182-6/+4Star
* | | tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-182-6/+6
* | | tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-182-3/+3
* | | tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-182-4/+4
* | | tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-181-2/+0Star
* | | tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-182-9/+1Star
* | | tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-182-1/+1
* | | tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-181-1/+0Star
* | | tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-181-1/+0Star
* | | tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-182-1/+1
* | | tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-181-1/+0Star
* | | tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-181-15/+7Star
* | | tcp: retry more conservatively on local congestionYuchung Cheng2019-01-181-5/+3Star
* | | tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-181-7/+7
* | | tcp: create a helper to model exponential backoffYuchung Cheng2019-01-181-13/+18
* | | tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-181-0/+3
* | | tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-182-25/+7Star
* | | tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-181-8/+8
* | | tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-181-4/+2Star
* | | net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3Star
|/ /
* | net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-121-6/+16
* | net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-121-1/+10
* | net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-121-7/+26
* | tcp: change txhash on SYN-data timeoutYuchung Cheng2019-01-101-1/+1
* | ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2019-01-101-7/+5Star
|/
* fou: Prevent unbounded recursion in GUE error handler also with UDP-LiteStefano Brivio2019-01-041-1/+2
* netlink: fixup regression in RTM_GETADDRArthur Gautier2019-01-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-034-14/+24
|\
| * ip: validate header length on virtual device xmitWillem de Bruijn2019-01-013-12/+18
| * ipv4: fib_rules: Fix possible infinite loop in fib_empty_tableYueHaibing2018-12-301-2/+6
* | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-251-0/+1
|\
| * iptunnel: Set tun_flags in the iptunnel_metadata_reply from srcwenxu2018-12-241-0/+1
* | net: dccp: fix kernel crash on module loadPeter Oskolkov2018-12-251-8/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-221-1/+3
|\|
| * tcp: fix a race in inet_diag_dump_icsk()Eric Dumazet2018-12-211-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-12-217-360/+112Star
|\ \
| * | netfilter: ipt_CLUSTERIP: check MAC address when duplicate config is setTaehee Yoo2018-12-181-1/+2
| * | netfilter: ipt_CLUSTERIP: fix sleep-in-atomic bug in clusterip_config_entry_p...Taehee Yoo2018-12-181-5/+14
| * | netfilter: ipt_CLUSTERIP: remove wrong WARN_ON_ONCE in netns exit routineTaehee Yoo2018-12-181-1/+0Star
| * | netfilter: ipt_CLUSTERIP: fix deadlock in netns exit routineTaehee Yoo2018-12-181-68/+87
| * | netfilter: nat: remove nf_nat_l4proto structFlorian Westphal2018-12-174-107/+4Star
| * | netfilter: nat: remove l4proto->manip_pktFlorian Westphal2018-12-175-71/+2Star
| * | netfilter: nat: remove l4proto->nlattr_to_rangeFlorian Westphal2018-12-172-6/+0Star