summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* devinet: fix memleak in inetdev_init()Yang Yingliang2020-05-301-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-05-292-13/+40
|\
| * esp4: improve xfrm4_beet_gso_segment() to be more readableXin Long2020-05-181-8/+11
| * ip_vti: receive ipip packet by calling ip_tunnel_rcvXin Long2020-04-231-1/+22
| * esp4: support ipv6 nexthdrs process for beet gso segmentXin Long2020-04-211-4/+9
| * xfrm: remove the xfrm_state_put call becofe going to out_resetXin Long2020-04-201-3/+1
* | ipv4: nexthop version of fib_info_nh_uses_devDavid Ahern2020-05-261-9/+10
* | ipv4: Refactor nhc evaluation in fib_table_lookupDavid Ahern2020-05-261-15/+36
* | nexthops: don't modify published nexthop groupsNikolay Aleksandrov2020-05-261-33/+58
* | nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entryDavid Ahern2020-05-261-14/+13
* | netfilter: nf_conntrack_pptp: prevent buffer overflows in debug codePablo Neira Ayuso2020-05-251-5/+2
* | net: don't return invalid table id error when we fall back to PF_UNSPECSabrina Dubroca2020-05-212-3/+2
* | net: ipip: fix wrong address family in init error pathVadim Fedorenko2020-05-211-1/+1
* | net: nlmsg_cancel() if put fails for nhmsgStephen Worley2020-05-201-0/+1
* | net: inet_csk: Fix so_reuseport bind-address cache in tb->fast*Martin KaFai Lau2020-05-191-19/+24
* | net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()"Yuqi Jin2020-05-171-8/+6
* | nexthop: Fix attribute checking for groupsDavid Ahern2020-05-171-1/+1
* | ipmr: Add lockdep expression to ipmr_for_each_table macroAmol Grover2020-05-141-3/+4
* | ipmr: Fix RCU list debugging warningAmol Grover2020-05-141-1/+2
* | tcp: fix error recovery in tcp_zerocopy_receive()Eric Dumazet2020-05-141-3/+4
* | netlabel: cope with NULL catmapPaolo Abeni2020-05-121-2/+4
* | tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-122-4/+13
* | net: ipv4: really enforce backoff for redirectsPaolo Abeni2020-05-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-081-4/+6
|\ \
| * | bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-061-1/+0
| * | bpf: Fix sk_psock refcnt leak when receiving messageXiyu Yang2020-04-271-3/+6
* | | net: tcp: fix rx timestamp behavior for tcp_recvmsgKelly Littlepage2020-05-081-2/+4
* | | mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni2020-04-301-4/+0
* | | mptcp: consolidate synack processing.Paolo Abeni2020-04-301-3/+0
|/ /
* | ipv4: Update fib_select_default to handle nexthop objectsDavid Ahern2020-04-221-3/+3
* | xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-04-221-2/+0
|/
* net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi2020-04-091-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3145-515/+705
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-303-5/+5
| |\
| | * udp: initialize is_flist with 0 in udp_gro_receiveXin Long2020-03-301-0/+1
| | * net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy2020-03-291-5/+1
| | * ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai2020-03-291-0/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-304-79/+115
| |\ \
| | * | net: Track socket refcounts in skb_steal_sock()Joe Stringer2020-03-301-2/+4
| | * | bpf: Add socket assign supportJoe Stringer2020-03-301-1/+2
| | * | bpf: Add bpf_sk_storage support to bpf_tcp_caMartin KaFai Lau2020-03-231-0/+33
| | * | bpf, tcp: Make tcp_bpf_recvmsg staticYueHaibing2020-03-201-62/+62
| | * | bpf, tcp: Fix unused function warningsYueHaibing2020-03-201-14/+14
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-03-302-16/+32
| |\ \ \
| | * | | esp4: add gso_segment for esp4 beet modeXin Long2020-03-261-0/+32
| | * | | ESP: Export esp_output_fill_trailer functionRaed Salem2020-02-191-16/+0
| * | | | net: add net available in build_stateAlexander Aring2020-03-294-14/+16
| * | | | mptcp: add and use MIB counter infrastructureFlorian Westphal2020-03-292-0/+6
| * | | | mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad2020-03-291-0/+6
| * | | | net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-292-2/+2