summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-08-09netlink: Don't shift on 64 for ngroupsDmitry Safonov
2018-08-09netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov
2018-08-09netlink: Do not subscribe to non-existent groupsDmitry Safonov
2018-08-06net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline
2018-08-06netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline
2018-08-06net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli
2018-08-06inet: frag: enforce memory limits earlierEric Dumazet
2018-08-06tcp: add one more quick ack after after ECN eventsEric Dumazet
2018-08-06tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung
2018-08-06tcp: do not aggressively quick ack after ECN eventsEric Dumazet
2018-08-06tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_modeEric Dumazet
2018-08-06tcp: do not force quickack when receiving out-of-order packetsEric Dumazet
2018-08-06ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-08-06ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng
2018-07-28tcp: fix dctcp delayed ACK scheduleYuchung Cheng
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu
2018-07-28ip: hash fragments consistentlyPaolo Abeni
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/ipv4: Set oif in fib_compute_spec_dstDavid Ahern
2018-07-25ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks
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-22KEYS: DNS: fix parsing multiple optionsEric Biggers
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal
2018-07-22net_sched: blackhole: tell upper qdisc about dropped packetsKonstantin Khlebnikov
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng
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-22Revert "sit: reload iphdr in ipip6_rcv"David S. Miller
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-11netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo
2018-07-11ipv4: Fix error return value in fib_convert_metrics()Ben Hutchings
2018-07-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
2018-07-03xfrm: skip policies marked as dead while rehashingFlorian Westphal
2018-07-03xfrm: Ignore socket policies when rebuilding hash tablesTobias Brunner
2018-07-03tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden
2018-07-03tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet
2018-07-03ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov
2018-07-03netfilter: ebtables: handle string from userspace with carePaolo Abeni
2018-07-03xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet