summaryrefslogtreecommitdiff
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAge
* netfilter: x_tables: pack percpu counter allocationsFlorian Westphal2018-03-18
* netfilter: x_tables: pass xt_counters struct to counter allocatorFlorian Westphal2018-03-18
* netfilter: x_tables: pass xt_counters struct instead of packet counterFlorian Westphal2018-03-18
* netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2018-03-18
* netfilter: add back stackpointer size checksFlorian Westphal2018-03-18
* udplite: fix partial checksum initializationAlexey Kodanev2018-03-11
* net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68Sabrina Dubroca2018-03-11
* fib_semantics: Don't match route with mismatching tclassidStefano Brivio2018-03-11
* ip_tunnel: fix preempt warning in ip tunnel creation/updatingPaolo Abeni2018-02-28
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2018-02-28
* netfilter: drop outermost socket lock in getsockopt()Paolo Abeni2018-02-28
* ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2018-02-25
* netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2018-02-25
* netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()Dmitry Vyukov2018-02-25
* tcp: release sk_frag.page in tcp_disconnectLi RongQing2018-02-16
* net: igmp: add a missing rcu locking sectionEric Dumazet2018-02-16
* net: tcp: close sock if net namespace is exitingDan Streetman2018-01-31
* ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-31
* net: igmp: fix source address check for IGMPv3 reportsFelix Fietkau2018-01-31
* netfilter: fix IS_ERR_VALUE usagePablo Neira Ayuso2018-01-31
* netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2018-01-31
* netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2018-01-31
* netfilter: x_tables: speed up jump target validationFlorian Westphal2018-01-31
* ipv4: Fix use-after-free when flushing FIB tablesIdo Schimmel2018-01-02
* net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam2018-01-02
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-02
* net: igmp: Use correct source address on IGMPv3 reportsKevin Cernekee2018-01-02
* ipv4: igmp: guard against silly MTU valuesEric Dumazet2018-01-02
* tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-12-25
* netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-12-25
* inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-12-25
* route: update fnhe_expires for redirect when the fnhe existsXin Long2017-12-16
* route: also update fnhe_genid when updating a route cacheXin Long2017-12-16
* netfilter: don't track fragmented packetsFlorian Westphal2017-12-16
* tcp: correct memory barrier usage in tcp_check_space()Jason Baron2017-12-09
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2017-11-30
* tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet2017-11-24
* tcp/dccp: fix other lockdep splats accessing ireq_optEric Dumazet2017-11-18
* tcp/dccp: fix lockdep splat in inet_csk_route_req()Eric Dumazet2017-11-18
* tcp/dccp: fix ireq->opt racesEric Dumazet2017-11-18
* ipip: only increase err_count for some certain type icmp in ipip_errXin Long2017-11-18
* tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet2017-11-18
* IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef2017-11-15
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-21
* netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-10-08
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-27
* Revert "net: use lib/percpu_counter API for fragmentation mem accounting"Jesper Dangaard Brouer2017-09-27
* tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang2017-09-27
* tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-30
* ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-30