summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa
2018-07-22rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal
2018-07-22nsh: set mac len based on inner packetWillem de Bruijn
2018-07-22tls: Stricter error checking in zerocopy sendmsg pathDave Watson
2018-07-22KEYS: DNS: fix parsing multiple optionsEric Biggers
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal
2018-07-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng
2018-07-22strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes
2018-07-22net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov
2018-07-22net/packet: fix use-after-freeEric Dumazet
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca
2018-07-22net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet
2018-07-22net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet
2018-07-22ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers
2018-07-22atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse
2018-07-22xprtrdma: Fix corner cases when handling device removalChuck Lever
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal
2018-07-17netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet
2018-07-11netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn
2018-07-08ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-07-08netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso
2018-07-08netfilter: ebtables: handle string from userspace with carePaolo Abeni
2018-07-08xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet
2018-07-08netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-07-08netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat
2018-07-08netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal
2018-07-08netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo
2018-07-08netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal
2018-07-08netfilter: nf_tables: fix memory leak on error exit returnColin Ian King
2018-07-08netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo
2018-07-08netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso
2018-07-08netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo
2018-07-08netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso
2018-07-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal
2018-07-08netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal
2018-07-08netfilter: nft_compat: prepare for indirect info storageFlorian Westphal
2018-07-08netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal
2018-07-03xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni
2018-06-26socket: close race condition between sock_close() and sockfs_setattr()Cong Wang
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti
2018-06-26net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov