summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-091-1/+1
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-07-091-0/+4
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-201-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-202-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-202-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-203-7/+25
* ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2019-05-112-6/+8
* inet: update the IP ID generation algorithm to higher standards.Amit Klein2019-05-111-1/+3
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-05-021-2/+4
* net/ipv4: defensive cipso option parsingStefan Nuernberger2019-02-111-4/+7
* Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2019-02-111-2/+10
* cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2019-02-111-21/+30
* net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca2018-12-162-0/+54
* ip_tunnel: be careful when accessing the inner headerPaolo Abeni2018-12-161-0/+9
* igmp: fix incorrect unsolicit report count after link down and upHangbin Liu2018-12-161-1/+2
* igmp: fix incorrect unsolicit report count when join groupHangbin Liu2018-12-161-3/+2
* ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi2018-11-201-2/+3
* multicast: do not restore deleted record source filter mode to new oneHangbin Liu2018-11-201-2/+1
* net: metrics: add proper netlink validationEric Dumazet2018-11-201-0/+2
* ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel2018-10-211-3/+3
* net: test tailroom before appending to linear skbWillem de Bruijn2018-10-211-1/+2
* tcp: purge write queue in tcp_connect_init()Eric Dumazet2018-10-211-2/+5
* ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov2018-10-212-4/+10
* ipv4: fix fnhe usage by non-cached routesJulian Anastasov2018-10-211-65/+53
* tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet2018-10-211-1/+1
* tcp: don't read out-of-bounds opsizeJann Horn2018-10-211-5/+2
* tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-10-211-2/+4
* soreuseport: initialise timewait reuseport fieldEric Dumazet2018-10-211-0/+1
* ip_tunnel: better validate user provided tunnel namesEric Dumazet2018-10-211-5/+6
* Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Ben Hutchings2018-09-251-0/+1
* ip_tunnel: Emit events for post-register MTU changesPetr Machata2018-06-161-7/+21
* vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio2018-06-161-1/+0
* ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio2018-06-161-1/+7
* vti4: Don't count header length twice on tunnel setupStefano Brivio2018-06-161-1/+0
* ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca2018-06-162-7/+20
* net: Refactor rtable initializationDavid Ahern2018-06-161-53/+34
* route: remove unsed variable in __mkroute_inputMasatake YAMATO2018-06-161-2/+1
* udplite: fix partial checksum initializationAlexey Kodanev2018-06-161-0/+5
* netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get()Cong Wang2018-06-161-2/+6
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-06-161-6/+1
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-06-161-0/+4
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-06-162-11/+9
* netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-06-161-3/+13
* net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-03-031-1/+1
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-03-031-1/+19
* net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange2018-03-031-1/+3
* xfrm: Return error on unknown encap_type in init_stateHerbert Xu2018-03-031-0/+1
* xfrm: Reinject transport-mode packets through taskletHerbert Xu2018-03-031-1/+10
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-03-031-1/+1
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-03-031-5/+10