summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-171-5/+5
* net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-171-1/+1
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2021-01-121-1/+1
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-291-3/+6
* ipv4: Fix tos mask in inet_rtm_getroute()Guillaume Nault2020-12-081-3/+4
* tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-12-081-0/+5
* tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimateRyan Sharpelletti2020-11-241-1/+1
* inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()Wang Hai2020-11-241-1/+3
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-181-2/+7
* icmp: randomize the global rate limiterEric Dumazet2020-10-291-2/+5
* tcp: fix to update snd_wl1 in bulk receiver fast pathNeal Cardwell2020-10-291-0/+2
* ipv4: Restore flowi4_oif update before call to xfrm_lookup_routeDavid Ahern2020-10-291-1/+3
* rt_cpu_seq_next should increase position indexVasily Averin2020-10-011-0/+1
* ipv4: Update exception handling for multipath routes via same deviceDavid Ahern2020-10-011-4/+7
* ip: fix tos reflection in ack and reset packetsWei Wang2020-10-011-1/+2
* net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-211-0/+1
* net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-211-42/+51
* net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi2020-08-211-2/+11
* ipv4: Silence suspicious RCU usage warningIdo Schimmel2020-08-211-1/+1
* tcp: allow at most one TLP probe per flightYuchung Cheng2020-07-312-10/+14
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-311-1/+1
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-221-4/+6
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-222-1/+4
* tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-221-4/+1
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-222-7/+13
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-222-2/+8
* ipv4: fill fl4_icmp_{type,code} in ping_v4_sendmsgSabrina Dubroca2020-07-221-0/+3
* net: Fix the arp error in some casesguodeqing2020-06-301-1/+1
* tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTTNeal Cardwell2020-06-301-0/+2
* ip_tunnel: fix use-after-free in ip_tunnel_lookup()Taehee Yoo2020-06-301-6/+8
* tcp: grow window for OOO packets only for SACK flowsEric Dumazet2020-06-301-2/+10
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-06-111-0/+1
* netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-06-031-5/+2
* ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-06-031-1/+22
* vti4: eliminated some duplicate code.Jeremy Sowden2020-06-031-38/+22
* net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-06-031-8/+6
* net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-06-031-1/+1
* net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-201-2/+4
* net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-201-1/+1
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-2/+4
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-05-021-2/+0
* vti4: removed duplicate log message.Jeremy Sowden2020-05-021-3/+1
* net: ipv4: avoid unused variable warning for sysctlArnd Bergmann2020-05-021-2/+1
* net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2020-05-021-1/+3
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-241-4/+9
* net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-04-131-5/+1
* ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-04-131-0/+3
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-022-8/+31
* net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca2020-04-021-3/+4
* ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce2020-03-201-1/+6