summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2020-08-31net: ipv4: remove unused arg exact_dif in compute_scoreMiaohe Lin
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-31net: Use helper macro IP_MAX_MTU in __ip_append_data()Miaohe Lin
2020-08-26ipv4: nexthop: Correctly update nexthop group when replacing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Correctly update nexthop group when removing a nexthopIdo Schimmel
2020-08-26ipv4: nexthop: Remove unnecessary rtnl_dereference()Ido Schimmel
2020-08-26ipv4: nexthop: Use nla_put_be32() for NHA_GATEWAYIdo Schimmel
2020-08-26ipv4: nexthop: Reduce allocation size of 'struct nh_group'Ido Schimmel
2020-08-25net: clean up codestyle for net/ipv4Miaohe Lin
2020-08-25net: Remove duplicated midx check against 0Miaohe Lin
2020-08-25net: Avoid unnecessary inet_addr_type() call when addr is INADDR_ANYMiaohe Lin
2020-08-25net: Set ping saddr after we successfully get the ping portMiaohe Lin
2020-08-25net: gain ipv4 mtu when mtu is not lockedMiaohe Lin
2020-08-24net: Use helper macro RT_TOS() in __icmp_send()Miaohe Lin
2020-08-24net: Avoid access icmp_err_convert when icmp code is ICMP_FRAG_NEEDEDMiaohe Lin
2020-08-24net: ipv4: delete repeated wordsRandy Dunlap
2020-08-24io_uring: allow tcp ancillary data for __sys_recvmsg_sock()Luke Hsiao
2020-08-22net: nexthop: don't allow empty NHA_GROUPNikolay Aleksandrov
2020-08-18net: ipv4: remove duplicate "the the" phrase in Kconfig textColin Ian King
2020-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-12Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller
2020-08-12ipv4: tunnel: fix compilation on ARCH=umJohannes Berg
2020-08-11net: initialize fastreuse on inet_inherit_portTim Froidcoeur
2020-08-11net: refactor bind_bucket fastreuse into helperTim Froidcoeur
2020-08-10tcp: correct read of TFO keys on big endian systemsJason Baron
2020-08-10net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-05ip_tunnel_core: Fix build for archs without _HAVE_ARCH_IPV6_CSUMStefano Brivio
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-04tunnels: PMTU discovery support for directly bridged IP packetsStefano Brivio
2020-08-04ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-03Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-08-03tcp: apply a floor of 1 for RTT samples from TCP timestampsJianfeng Wang
2020-08-03net: gre: recompute gre csum for sctp over gre tunnelsLorenzo Bianconi
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-01tcp: fix build fong CONFIG_MPTCP=nEric Dumazet
2020-07-31tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung
2020-07-31mptcp: enable JOIN requests even if cookies are in useFlorian Westphal
2020-07-31tcp: syncookies: create mptcp request socket for ACK cookies with MPTCP optionFlorian Westphal
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal
2020-07-31udp, bpf: Ignore connections in reuseport group after BPF sk lookupJakub Sitnicki
2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2020-07-29ipv4: Silence suspicious RCU usage warningIdo Schimmel
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig
2020-07-28net: remove sockptr_advanceChristoph Hellwig