summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa1-3/+6
2018-07-22rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar3-0/+11
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal1-0/+2
2018-07-22nsh: set mac len based on inner packetWillem de Bruijn1-1/+1
2018-07-22tls: Stricter error checking in zerocopy sendmsg pathDave Watson1-1/+1
2018-07-22KEYS: DNS: fix parsing multiple optionsEric Biggers1-12/+16
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal1-0/+13
2018-07-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda1-1/+1
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng1-5/+13
2018-07-22strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes1-16/+1
2018-07-22net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2-4/+4
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov1-1/+1
2018-07-22net/packet: fix use-after-freeEric Dumazet1-9/+7
2018-07-22net: fix use-after-free in GRO with ESPSabrina Dubroca4-6/+4
2018-07-22net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet1-4/+7
2018-07-22net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet1-3/+2
2018-07-22ipv6: sr: fix passing wrong flags to crypto_alloc_shash()Eric Biggers1-1/+1
2018-07-22atm: Preserve value of skb->truesize when accounting to vccDavid Woodhouse7-14/+8
2018-07-22xprtrdma: Fix corner cases when handling device removalChuck Lever1-4/+9
2018-07-17netfilter: x_tables: initialise match/target check parameter structFlorian Westphal3-0/+4
2018-07-17netfilter: nf_queue: augment nfqa_cfg_policyEric Dumazet1-0/+3
2018-07-11netfilter: nf_log: don't hold nf_log_mutex during user accessJann Horn1-3/+6
2018-07-08ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov1-6/+15
2018-07-08netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso1-14/+24
2018-07-08netfilter: ebtables: handle string from userspace with carePaolo Abeni1-1/+2
2018-07-08xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1
2018-07-08netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo1-1/+2
2018-07-08netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat1-0/+2
2018-07-08netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2-14/+2
2018-07-08netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo1-1/+1
2018-07-08netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal1-0/+3
2018-07-08netfilter: nf_tables: fix memory leak on error exit returnColin Ian King1-2/+4
2018-07-08netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo1-1/+3
2018-07-08netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso1-2/+2
2018-07-08netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo1-6/+8
2018-07-08netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2-7/+54
2018-07-08netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal1-7/+14
2018-07-08netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal1-1/+63
2018-07-08netfilter: nft_compat: prepare for indirect info storageFlorian Westphal1-11/+36
2018-07-08netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal1-34/+58
2018-07-03xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever1-1/+1
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann1-13/+13
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn1-2/+2
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni4-6/+7
2018-06-26socket: close race condition between sock_close() and sockfs_setattr()Cong Wang1-3/+15
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2-0/+8
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-9/+6
2018-06-26net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia1-1/+2
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0