Age | Commit message (Expand) | Author |
2018-08-17 | Bluetooth: hidp: buffer overflow in hidp_process_report | Mark Salyzyn |
2018-08-09 | tcp: add tcp_ooo_try_coalesce() helper | Eric Dumazet |
2018-08-09 | netlink: Don't shift on 64 for ngroups | Dmitry Safonov |
2018-08-09 | netlink: Don't shift with UB on nlk->ngroups | Dmitry Safonov |
2018-08-09 | netlink: Do not subscribe to non-existent groups | Dmitry Safonov |
2018-08-06 | net: socket: fix potential spectre v1 gadget in socketcall | Jeremy Cline |
2018-08-06 | netlink: Fix spectre v1 gadget in netlink_create() | Jeremy Cline |
2018-08-06 | net: dsa: Do not suspend/resume closed slave_dev | Florian Fainelli |
2018-08-06 | ipv4: frags: handle possible skb truesize change | Eric Dumazet |
2018-08-06 | inet: frag: enforce memory limits earlier | Eric Dumazet |
2018-08-06 | tcp: add one more quick ack after after ECN events | Eric Dumazet |
2018-08-06 | tcp: refactor tcp_ecn_check_ce to remove sk type cast | Yousuk Seung |
2018-08-06 | tcp: do not aggressively quick ack after ECN events | Eric Dumazet |
2018-08-06 | tcp: add max_quickacks param to tcp_incr_quickack and tcp_enter_quickack_mode | Eric Dumazet |
2018-08-06 | tcp: do not force quickack when receiving out-of-order packets | Eric Dumazet |
2018-08-06 | tcp_bbr: fix bw probing to raise in-flight data for very small BDPs | Neal Cardwell |
2018-08-06 | ipv4: remove BUG_ON() from fib_compute_spec_dst | Lorenzo Bianconi |
2018-08-03 | ipconfig: Correctly initialise ic_nameservers | Chris Novakovic |
2018-08-03 | netfilter: nf_tables: check msg_type before nft_trans_set(trans) | Alexey Kodanev |
2018-07-28 | tcp: call tcp_drop() from tcp_data_queue_ofo() | Eric Dumazet |
2018-07-28 | tcp: detect malicious patterns in tcp_collapse_ofo_queue() | Eric Dumazet |
2018-07-28 | tcp: avoid collapses in tcp_prune_queue() if possible | Eric Dumazet |
2018-07-28 | tcp: free batches of packets in tcp_prune_ofo_queue() | Eric Dumazet |
2018-07-28 | tcp: do not delay ACK in DCTCP upon CE status change | Yuchung Cheng |
2018-07-28 | tcp: do not cancel delay-AcK on DCTCP special ACK | Yuchung Cheng |
2018-07-28 | tcp: helpers to send special DCTCP ack | Yuchung Cheng |
2018-07-28 | tcp: fix dctcp delayed ACK schedule | Yuchung Cheng |
2018-07-28 | rtnetlink: add rtnl_link_state check in rtnl_configure_link | Roopa Prabhu |
2018-07-28 | multicast: do not restore deleted record source filter mode to new one | Hangbin Liu |
2018-07-28 | net: skb_segment() should not return NULL | Eric Dumazet |
2018-07-28 | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull | Willem de Bruijn |
2018-07-28 | ip: hash fragments consistently | Paolo Abeni |
2018-07-25 | xprtrdma: Return -ENOBUFS when no pages are available | Chuck Lever |
2018-07-25 | skbuff: Unconditionally copy pfmemalloc in __skb_clone() | Stefano Brivio |
2018-07-25 | net: Don't copy pfmemalloc flag in __copy_skb_header() | Stefano Brivio |
2018-07-25 | net/ipv4: Set oif in fib_compute_spec_dst | David Ahern |
2018-07-25 | net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort | Lorenzo Colitti |
2018-07-25 | ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns | Tyler Hicks |
2018-07-25 | gen_stats: Fix netlink stats dumping in the presence of padding | Toke Høiland-Jørgensen |
2018-07-22 | net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL. | Tetsuo Handa |
2018-07-22 | rds: avoid unenecessary cong_update in loop transport | Santosh Shilimkar |
2018-07-22 | netfilter: ipv6: nf_defrag: drop skb dst before queueing | Florian Westphal |
2018-07-22 | KEYS: DNS: fix parsing multiple options | Eric Biggers |
2018-07-22 | netfilter: ebtables: reject non-bridge targets | Florian Westphal |
2018-07-22 | net/packet: fix use-after-free | Eric Dumazet |
2018-07-22 | tcp: prevent bogus FRTO undos with non-SACK flows | Ilpo Järvinen |
2018-07-22 | tcp: fix Fast Open key endianness | Yuchung Cheng |
2018-07-22 | net_sched: blackhole: tell upper qdisc about dropped packets | Konstantin Khlebnikov |
2018-07-22 | net: dccp: switch rx_tstamp_last_feedback to monotonic clock | Eric Dumazet |
2018-07-22 | net: dccp: avoid crash in ccid3_hc_rx_send_feedback() | Eric Dumazet |