summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: don't call update_pmtu unconditionallyNicolas Dichtel2018-01-252-3/+2
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-252-0/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-241-0/+1
|\
| * xfrm: Fix eth_hdr(skb)->h_proto to reflect inner IP versionYossi Kuperman2018-01-231-0/+1
* | net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-01-221-1/+1
* | gso: validate gso_type in GSO handlersWillem de Bruijn2018-01-223-0/+9
|/
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-151-1/+6
* net: ipv4: Make "ip route get" match iif lo rules again.Lorenzo Colitti2018-01-151-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-01-122-1/+3
|\
| * esp: Fix GRO when the headers not fully in the linear part of the skb.Steffen Klassert2018-01-091-1/+2
| * xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-01-081-0/+1
* | net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-01-091-1/+3
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-12-271-1/+11
|\
| * xfrm: Reinject transport-mode packets through taskletHerbert Xu2017-12-191-1/+11
* | ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2017-12-201-2/+7
* | ipv4: fib: Fix metrics match when deleting a routePhil Sutter2017-12-191-2/+6
* | ip_gre: remove the incorrect mtu limit for ipgre tapXin Long2017-12-191-0/+1
* | ip_gre: fix wrong return value of erspan_rcvHaishuang Yan2017-12-151-1/+1
* | tcp: refresh tcp_mstamp from timers callbacksEric Dumazet2017-12-131-0/+2
* | tcp: fix potential underestimation on rcv_rttWei Wang2017-12-131-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-133-3/+2
|\ \
| * | netfilter: ipt_CLUSTERIP: fix clusterip_net_exit build regressionArnd Bergmann2017-12-071-1/+1
| * | netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+1
| * | netfilter: remove redundant assignment to eColin Ian King2017-11-202-2/+0
* | | net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2017-12-131-1/+19
* | | ipv4: igmp: guard against silly MTU valuesEric Dumazet2017-12-133-12/+18
* | | tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2017-12-121-1/+1
* | | net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2017-12-111-5/+10
* | | tcp: evaluate packet losses upon RTT changeYuchung Cheng2017-12-081-11/+8
* | | tcp: fix off-by-one bug in RACKYuchung Cheng2017-12-081-3/+3
* | | tcp: always evaluate losses in RACK upon undoYuchung Cheng2017-12-081-0/+1
* | | tcp: correctly test congestion state in RACKYuchung Cheng2017-12-081-1/+2
* | | tcp_bbr: reset long-term bandwidth sampling on loss recovery undoNeal Cardwell2017-12-081-0/+1
* | | tcp_bbr: reset full pipe detection on loss recovery undoNeal Cardwell2017-12-081-0/+4
* | | tcp_bbr: record "full bw reached" decision in new full_bw_reached bitNeal Cardwell2017-12-081-2/+5
* | | tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-083-5/+16
* | | tcp: use current time in tcp_rcv_space_adjust()Eric Dumazet2017-12-071-0/+1
* | | Revert "tcp: must block bh in __inet_twsk_hashdance()"Eric Dumazet2017-12-051-3/+3
* | | tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet2017-12-031-19/+40
* | | tcp/dccp: block bh before arming time_wait timerEric Dumazet2017-12-011-0/+6
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-252-16/+13
|\ \ \ | |_|/ |/| |
| * | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-16/+13
| |/
* / net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-242-6/+55
|/
* tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-192-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-171-5/+9
|\
| * route: also update fnhe_genid when updating a route cacheXin Long2017-11-181-2/+7
| * route: update fnhe_expires for redirect when the fnhe existsXin Long2017-11-181-3/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-152-4/+0
|\ \ | |/ |/|
| * kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-152-4/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1540-1143/+1792
|\ \ | |/ |/|