summaryrefslogtreecommitdiff
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-05-061-1/+1
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-04-181-1/+1
| |\
| | * net/ipv4/netfilter: Update comment from call_rcu_bh() to call_rcu()Paul E. McKenney2019-04-091-1/+1
* | | udp: fix GRO packet of deathEric Dumazet2019-05-011-3/+10
* | | ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani2019-05-011-0/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-304-24/+37
|\ \ \
| * | | xfrm4: Fix uninitialized memory read in _decode_session4Steffen Klassert2019-04-021-11/+13
| * | | esp4: add length check for UDP encapsulationSabrina Dubroca2019-03-261-5/+15
| * | | vti4: removed duplicate log message.Jeremy Sowden2019-03-211-3/+1
| * | | vti4: ipip tunnel deregistration fixes.Jeremy Sowden2019-03-211-2/+3
| * | | xfrm: Reset secpath in xfrm failureMyungho Jung2019-03-081-3/+5
* | | | tcp: add sanity tests in tcp_add_backlog()Eric Dumazet2019-04-291-1/+12
* | | | udp: fix GRO reception in case of length mismatchPaolo Abeni2019-04-271-4/+5
* | | | ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet2019-04-241-9/+23
* | | | ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-04-171-1/+4
| |/ / |/| |
* | | tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet2019-04-161-5/+5
* | | ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet2019-04-141-2/+8
* | | ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra2019-04-121-1/+9
* | | dctcp: more accurate tracking of packets deliveryEric Dumazet2019-04-111-28/+17
* | | net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi2019-04-101-1/+3
* | | net: ip_gre: fix possible use-after-free in erspan_rcvLorenzo Bianconi2019-04-081-5/+10
* | | tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
* | | vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-012-6/+5
* | | tcp: fix a potential NULL pointer dereference in tcp_sk_exitDust Li2019-04-011-1/+2
| |/ |/|
* | tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-111-8/+1
* | tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-082-2/+13
* | fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-081-2/+2
* | route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-081-0/+4
* | tcp: do not report TCP_CM_INQ of 0 for closed connectionsSoheil Hassas Yeganeh2019-03-061-0/+5
* | tcp: detecting the misuse of .sendpage for Slab objectsVasily Averin2019-03-061-0/+4
* | iptunnel: NULL pointer deref for ip_md_tunnel_xmitAlan Maguire2019-03-061-3/+6
* | ipv4/route: fail early when inet dev is missingPaolo Abeni2019-03-061-4/+5
* | net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-03-028-902/+6
|\ \
| * | netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-013-99/+0
| * | netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-013-100/+0
| * | netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-013-91/+0
| * | netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-272-9/+5
| * | netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-273-346/+2
| * | netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-58/+0
| * | netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-273-202/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-027-20/+61
|\ \ \
| * | | ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-012-5/+14
| | |/ | |/|
| * | netlabel: fix out-of-bounds memory accessesPaul Moore2019-02-271-1/+2
| * | ipv4: Pass original device to ip_rcv_finish_coreDavid Ahern2019-02-271-4/+5
| * | ipv4: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
| * | net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-02-252-7/+32
| * | net: Add __icmp_send helper.Nazarov Sergey2019-02-251-3/+4
* | | net: ipv4: Fix NULL pointer dereference in route lookupIdo Schimmel2019-03-021-1/+1
* | | route: Add multipath_hash in flowi_common to make user-define hashwenxu2019-02-273-4/+8
| |/ |/|