summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2019-10-31igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet
2019-10-05ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet
2019-10-05ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet
2019-10-05igmp: add a missing spin_lock_init()WANG Cong
2019-10-05igmp: acquire pmc lock for ip_mc_clear_src()WANG Cong
2019-09-23ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra
2019-09-23ipv4: Fix raw socket lookup for local trafficDavid Ahern
2019-08-13inet: switch IP ID generator to siphashEric Dumazet
2019-08-13ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-08-13Revert "inet: update the IP ID generation algorithm to higher standards."Ben Hutchings
2019-08-13xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert
2019-08-13xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert
2019-08-13xfrm4: Fix header checks in _decode_session4.Steffen Klassert
2019-07-09tcp: refine memory limit test in tcp_fragment()Eric Dumazet
2019-07-09route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long
2019-06-20tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-20tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-20tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet
2019-05-11ipv4: fix a race in update_or_create_fnhe()Eric Dumazet
2019-05-11inet: update the IP ID generation algorithm to higher standards.Amit Klein
2019-05-02netlabel: fix out-of-bounds memory accessesPaul Moore
2019-02-11net/ipv4: defensive cipso option parsingStefan Nuernberger
2019-02-11Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2019-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore
2018-12-16net: ipv4: update fnhe_pmtu when first hop's MTU changesSabrina Dubroca
2018-12-16ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-12-16igmp: fix incorrect unsolicit report count after link down and upHangbin Liu
2018-12-16igmp: fix incorrect unsolicit report count when join groupHangbin Liu
2018-11-20ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-11-20multicast: do not restore deleted record source filter mode to new oneHangbin Liu
2018-11-20net: metrics: add proper netlink validationEric Dumazet
2018-10-21ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel
2018-10-21net: test tailroom before appending to linear skbWillem de Bruijn
2018-10-21tcp: purge write queue in tcp_connect_init()Eric Dumazet
2018-10-21ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsgAndrey Ignatov
2018-10-21ipv4: fix fnhe usage by non-cached routesJulian Anastasov
2018-10-21tcp: fix TCP_REPAIR_QUEUE bound checkingEric Dumazet
2018-10-21tcp: don't read out-of-bounds opsizeJann Horn
2018-10-21tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet
2018-10-21soreuseport: initialise timewait reuseport fieldEric Dumazet
2018-10-21ip_tunnel: better validate user provided tunnel namesEric Dumazet
2018-09-25Revert "vti4: Don't override MTU passed on link creation via IFLA_MTU"Ben Hutchings
2018-06-16ip_tunnel: Emit events for post-register MTU changesPetr Machata
2018-06-16vti4: Don't override MTU passed on link creation via IFLA_MTUStefano Brivio
2018-06-16ip_tunnel: Clamp MTU to bounds on new linkStefano Brivio
2018-06-16vti4: Don't count header length twice on tunnel setupStefano Brivio
2018-06-16ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtuSabrina Dubroca
2018-06-16net: Refactor rtable initializationDavid Ahern