summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-093-1/+11
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-092-12/+35
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-261-0/+13
|\
| * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-221-0/+13
* | ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-07-261-0/+3
* | net/ipv4: cleanup error condition testingPavel Machek2019-07-241-1/+1
* | tcp: be more careful in tcp_fragment()Eric Dumazet2019-07-221-2/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-204-8/+11
|\ \
| * | netfilter: synproxy: fix erroneous tcp mss optionFernando Fernandez Mancera2019-07-161-0/+2
| * | netfilter: Update obsolete comments referring to ip_conntrackYonatan Goldschmidt2019-07-161-2/+2
| * | netfilter: nf_conntrack_sip: fix expectation clashxiao ruizhu2019-07-161-6/+6
| * | netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-07-161-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-07-194-5/+12
|\ \ \ | | |/ | |/|
| * | tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-192-4/+6
| * | udp: Fix typo in net/ipv4/udp.cSu Yanjun2019-07-181-1/+1
| * | fib: relax source validation check for loopback packetsCong Wang2019-07-181-0/+5
| |/
* / proc/sysctl: add shared variables for range checkMatteo Croce2019-07-191-31/+29Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-1143-1111/+3251
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-095-10/+13
| |\
| | * tcp: Reset bytes_acked and bytes_received when disconnectingChristoph Paasch2019-07-091-0/+2
| | * ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup()Ido Schimmel2019-07-061-1/+1
| | * net: don't warn in inet diag when IPV6 is disabledStephen Hemminger2019-07-031-3/+0Star
| | * ipv4: don't set IPv6 only flags to IPv4 addressesMatteo Croce2019-07-011-0/+8
| | * igmp: fix memory leak in igmpv3_del_delrec()Eric Dumazet2019-06-291-6/+2Star
| * | ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pktsStephen Suryaputra2019-07-091-4/+17
| * | net: remove unused parameter from skb_checksum_try_convertLi RongQing2019-07-062-3/+2Star
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-07-066-82/+6Star
| |\ \
| | * | xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal2019-07-011-26/+1Star
| | * | xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal2019-06-065-11/+5Star
| | * | xfrm: remove eth_proto value from xfrm_state_afinfoFlorian Westphal2019-06-061-2/+0Star
| | * | xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-8/+0Star
| | * | xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-16/+0Star
| | * | xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal2019-06-051-19/+0Star
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-041-0/+4
| |\ \ \
| | * | | bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTTStanislav Fomichev2019-07-031-0/+4
| * | | | ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg()Paolo Abeni2019-07-031-3/+7
| * | | | inet: factor out inet_send_prepare()Paolo Abeni2019-07-031-8/+13
| * | | | ipv4: Fix off-by-one in route dump counter without netlink strict checkingStefano Brivio2019-07-021-8/+14
| * | | | blackhole_netdev: use blackhole_netdev to invalidate dst entriesMahesh Bandewar2019-07-021-2/+1Star
| * | | | ipv4: enable route flushing in network namespacesChristian Brauner2019-06-281-4/+8
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-283-5/+55
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | net: ipv4: fix infinite loop on secondary addr promotionFlorian Westphal2019-06-271-1/+2
| * | | | ipv4: fix suspicious RCU usage in fib_dump_info_fnhe()Eric Dumazet2019-06-261-5/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-2572-552/+804
| |\ \ \ \
| | * | | | ipv4: Dump route exceptions if requestedStefano Brivio2019-06-242-13/+104
| | * | | | ipv4/route: Allow NULL flowinfo in rt_fill_info()Stefano Brivio2019-06-241-26/+30
| | * | | | ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filteringStefano Brivio2019-06-241-2/+2
| | * | | | fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONEDStefano Brivio2019-06-241-1/+7
| | * | | | ipv4: fix confirm_addr_indev() when enable route_localnetShijie Luo2019-06-241-2/+8
| | * | | | ipv4: fix inet_select_addr() when enable route_localnetShijie Luo2019-06-241-1/+5
| | | |/ / | | |/| |