aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-05-23ipv6: fix races in ip6_dst_destroy()Eric Dumazet
2019-05-23ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau
2019-05-23ipv4: ip_do_fragment: Preserve skb_iif during fragmentationShmulik Ladkani
2019-05-23netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu
2019-05-23netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long
2019-05-23netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso
2019-05-23xsk: fix umem memory leak on cleanupBjörn Töpel
2019-05-15net/tls: fix refcount adjustment in fallbackJakub Kicinski
2019-05-15net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet
2019-05-15net: rds: exchange of 8K and 1M poolZhu Yanjun
2019-05-15ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu
2019-05-15ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet
2019-05-15net: netrom: Fix error cleanup path of nr_proto_initYueHaibing
2019-05-15tipc: check link name with right length in tipc_nl_compat_link_setXin Long
2019-05-15tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long
2019-05-15sunrpc: don't mark uninitialised items as VALID.NeilBrown
2019-05-15tipc: handle the err returned from cmd header functionXin Long
2019-05-15netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal
2019-05-15netfilter: nf_tables: warn when expr implements only one of activate/deactivateFlorian Westphal
2019-05-15mac80211: do not call driver wake_tx_queue op during reconfigFelix Fietkau
2019-05-15net: IP6 defrag: use rbtrees in nf_conntrack_reasm.cPeter Oskolkov
2019-05-15net: IP6 defrag: use rbtrees for IPv6 defragPeter Oskolkov
2019-05-15net: IP defrag: encapsulate rbtree defrag code into callable functionsPeter Oskolkov
2019-05-15ipv6: fix typo in net/ipv6/reassembly.cSu Yanjun
2019-05-15net: ipv4: do not handle duplicate fragments as overlappingMichal Kubecek
2019-05-15net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov
2019-05-15ipv6: discard IP frag queue on more errorsPeter Oskolkov
2019-05-15ip: fail fast on IP defrag errorsPeter Oskolkov
2019-05-15ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2019-05-15ip: process in-order fragments efficientlyPeter Oskolkov
2019-05-15ip: add helpers to process in-order fragments faster.Peter Oskolkov
2019-05-15ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2019-05-15ipv6: defrag: drop non-last frags smaller than min mtuFlorian Westphal
2019-05-15ip: use rb trees for IP frag queue.Peter Oskolkov
2019-05-15ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2019-05-15ipv6: remove dependency of nf_defrag_ipv6 on ipv6 moduleFlorian Westphal
2019-05-15route: Avoid crash from dereferencing NULL rt->fromJonathan Lemon
2019-05-15ipv4: ensure rcu_read_lock() in ipv4_link_failure()Eric Dumazet
2019-05-15ipv4: recompile ip options in ipv4_link_failureStephen Suryaputra
2019-05-15tipc: missing entries in name table of publicationsHoang Le
2019-05-15tcp: tcp_grow_window() needs to respect tcp_space()Eric Dumazet
2019-05-15net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi
2019-05-15net: Fix missing meta data in skb with vlan packetYuya Kusakabe
2019-05-15net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov
2019-05-15net: bridge: fix per-port af_packet socketsNikolay Aleksandrov
2019-05-15net: atm: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-05-15failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-05-05rxrpc: Fix client call connect/disconnect raceDavid Howells
2019-05-05appletalk: Fix use-after-free in atalk_proc_exitYueHaibing
2019-05-05xfrm: destroy xfrm_state synchronously on net exit pathCong Wang