summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmitwenxu2019-01-261-2/+3
* | | | | ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmitwenxu2019-01-262-11/+28
* | | | | ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmitwenxu2019-01-261-5/+15
* | | | | tcp: allow zerocopy with fastopenWillem de Bruijn2019-01-252-7/+5
* | | | | net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov2019-01-252-262/+320
* | | | | tcp_bbr: adapt cwnd based on ack aggregation estimationPriyaranjan Jha2019-01-241-1/+121
* | | | | tcp_bbr: refactor bbr_target_cwnd() for general inflight provisioningPriyaranjan Jha2019-01-241-21/+39
* | | | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internalsLinus Lüssing2019-01-221-29/+22
* | | | | bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() callsLinus Lüssing2019-01-221-19/+4
* | | | | net: introduce a knob to control whether to inherit devconf configCong Wang2019-01-221-23/+20
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-219-22/+52
|\| | | |
| * | | | net: Fix usage of pskb_trim_rcsumRoss Lagerwall2019-01-181-0/+1
| | |_|/ | |/| |
| * | | udp: add missing rehash callback to udpliteAlexey Kodanev2019-01-173-1/+3
| * | | udp: with udp_segment release on error pathWillem de Bruijn2019-01-161-4/+12
| * | | erspan: build the header with the right proto according to erspan_verXin Long2019-01-161-9/+14
| * | | fou, fou6: do not assume linear skbsEric Dumazet2019-01-151-2/+7
| * | | tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn2019-01-151-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-172-6/+4
* | | tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2019-01-172-6/+6
* | | tcp: move app_limited init to tcp_disconnect()Eric Dumazet2019-01-172-3/+3
* | | tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tc...Eric Dumazet2019-01-172-4/+4
* | | tcp: do not clear urg_data in tcp_create_openreq_childEric Dumazet2019-01-171-2/+0
* | | tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()Eric Dumazet2019-01-172-9/+1
* | | tcp: move mdev_us init to tcp_disconnect()Eric Dumazet2019-01-172-1/+1
* | | tcp: do not clear srtt_us in tcp_create_openreq_childEric Dumazet2019-01-171-1/+0
* | | tcp: do not clear packets_out in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* | | tcp: move icsk_rto init to tcp_disconnect()Eric Dumazet2019-01-172-1/+1
* | | tcp: do not set snd_ssthresh in tcp_create_openreq_child()Eric Dumazet2019-01-171-1/+0
* | | tcp: less aggressive window probing on local congestionYuchung Cheng2019-01-171-15/+7
* | | tcp: retry more conservatively on local congestionYuchung Cheng2019-01-171-5/+3
* | | tcp: simplify window probe aborting on USER_TIMEOUTYuchung Cheng2019-01-171-7/+7
* | | tcp: create a helper to model exponential backoffYuchung Cheng2019-01-171-13/+18
* | | tcp: properly track retry time on passive Fast OpenYuchung Cheng2019-01-171-0/+3
* | | tcp: always set retrans_stamp on recoveryYuchung Cheng2019-01-172-25/+7
* | | tcp: always timestamp on every skb transmissionYuchung Cheng2019-01-171-8/+8
* | | tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-01-171-4/+2
* | | net/ipv4/udp_tunnel: prefer SO_BINDTOIFINDEX over SO_BINDTODEVICEDavid Herrmann2019-01-171-12/+3
|/ /
* | net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo2019-01-111-6/+16
* | net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo2019-01-111-1/+10
* | net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo2019-01-111-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/+5
|/
* 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