summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-07-25ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca
2018-07-25sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long
2018-07-25sctp: introduce sctp_dst_mtuMarcelo Ricardo Leitner
2018-07-25net: ip6_gre: get ipv6hdr after skb_cow_head()Prashant Bhole
2018-07-25sch_fq_codel: zero q->flows_cnt when fq_codel_init failsJacob Keller
2018-07-25net/ipv6: Do not allow device only routes via the multipath APIDavid Ahern
2018-07-25net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio
2018-07-25net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti
2018-07-25ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann
2018-07-25ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks
2018-07-25gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen
2018-07-22ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()Cong Wang
2018-07-22ipvs: initialize tbl->entries after allocationCong Wang
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-22net: use dev_change_tx_queue_len() for SIOCSIFTXQLENCong Wang
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/sched: act_ife: preserve the action control in case of errorDavide Caratti
2018-07-22net/sched: act_ife: fix recursive lock and idr leakDavide Caratti
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-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-08netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-07-08netfilter: xt_connmark: fix list corruption on rmmodFlorian Westphal
2018-07-08netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat
2018-07-03xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever
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-26tls: fix waitall behavior in tls_sw_recvmsgDaniel Borkmann
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden