summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-28tcp: add tcp_ooo_try_coalesce() helperEric Dumazet1-4/+21
2018-07-28tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet1-2/+2
2018-07-28tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet1-2/+13
2018-07-28tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet1-0/+3
2018-07-28tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet1-4/+11
2018-07-28tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2-13/+20
2018-07-28tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2-33/+12
2018-07-28tcp: helpers to send special DCTCP ackYuchung Cheng1-5/+17
2018-07-28tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-28rtnetlink: add rtnl_link_state check in rtnl_configure_linkRoopa Prabhu1-3/+6
2018-07-28sock: fix sg page frag coalescing in sk_alloc_sgDaniel Borkmann1-3/+4
2018-07-28multicast: do not restore deleted record source filter mode to new oneHangbin Liu2-4/+2
2018-07-28net/ipv6: Fix linklocal to global address with VRFDavid Ahern2-4/+7
2018-07-28net: skb_segment() should not return NULLEric Dumazet1-5/+5
2018-07-28ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn2-4/+10
2018-07-28ip: hash fragments consistentlyPaolo Abeni2-0/+4
2018-07-25ipv6: make DAD fail with enhanced DAD when nonce length differsSabrina Dubroca1-1/+1
2018-07-25net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern1-0/+1
2018-07-25skbuff: Unconditionally copy pfmemalloc in __skb_clone()Stefano Brivio1-2/+1
2018-07-25net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-0/+2
2018-07-25net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-07-25ipv6: ila: select CONFIG_DST_CACHEArnd Bergmann1-0/+1
2018-07-25ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
2018-07-25gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen1-2/+14
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