Commit Graph

1131 Commits (faf978cab1ef0d899a7e4b2bd96a16216b21ed8d)

Author SHA1 Message Date
Simon1511 34c64e7c67 Import A525FXXU3AUG4 3 years ago
Sabrina Dubroca 081363a22e net: ipv6: add net argument to ip6_dst_lookup_flow 5 years ago
YueHaibing d0c15c1e8f dccp: Fix memleak in __feat_register_sp 5 years ago
Eric Dumazet 4fa6002a34 inet: stop leaking jiffies on the wire 5 years ago
Eric Dumazet 03c2ac95a5 dccp: do not leak jiffies on the wire 5 years ago
Eric Dumazet 27eb4125f2 dccp: do not use ipv6 header for ipv4 flow 6 years ago
Eric Dumazet 9b4631e508 dccp: fool proof ccid_hc_[rt]x_parse_options() 6 years ago
Eric Dumazet c5df581389 inet: make sure to grab rcu_read_lock before using ireq->ireq_opt 6 years ago
Eric Dumazet 17af5475ae tcp/dccp: fix lockdep issue when SYN is backlogged 6 years ago
Alexey Kodanev 64d9b03d08 dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart() 6 years ago
Eric Dumazet fb6b14663d net: dccp: switch rx_tstamp_last_feedback to monotonic clock 7 years ago
Eric Dumazet a3225a836e net: dccp: avoid crash in ccid3_hc_rx_send_feedback() 7 years ago
Alexey Kodanev 0d2eb422fe dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect() 7 years ago
Eric Dumazet 91c2d70192 dccp: fix tasklet usage 7 years ago
Eric Dumazet 09e45996b3 dccp: initialize ireq->ir_mark 7 years ago
Alexey Kodanev 91d27e0c30 dccp: check sk for closed state in dccp_sendmsg() 7 years ago
Mohamed Ghannam e5e1e153ec dccp: CVE-2017-8824: use-after-free in DCCP code 7 years ago
Alexey Kodanev c277f3420a dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state 7 years ago
Eric Dumazet 5fa411e855 tcp/dccp: block bh before arming time_wait timer 7 years ago
Greg Kroah-Hartman b24413180f License cleanup: add SPDX GPL-2.0 license identifier to files with no license 7 years ago
Eric Dumazet 06f877d613 tcp/dccp: fix other lockdep splats accessing ireq_opt 7 years ago
Eric Dumazet c92e8c02fe tcp/dccp: fix ireq->opt races 7 years ago
Andrii 323fbd0edf net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() 7 years ago
Eric Dumazet 120e9dabaf dccp: defer ccid_hc_tx_delete() at dismantle time 8 years ago
Eric Dumazet 7749d4ff88 dccp: purge write queue in dccp_destroy_sock() 8 years ago
David Ahern 4297a0ef08 net: ipv6: add second dif to inet6 socket lookups 8 years ago
David Ahern 3fa6f616a7 net: ipv4: add second dif to inet socket lookups 8 years ago
Xin Long e90ce2fc27 dccp: fix a memleak for dccp_feat_init err process 8 years ago
Xin Long b7953d3c0e dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly 8 years ago
Xin Long 0c2232b0a7 dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly 8 years ago
Colin Ian King 5e349fc03c dccp: make const array error_code static 8 years ago
Reshetova, Elena 633547973f net: convert sk_buff.users from atomic_t to refcount_t 8 years ago
Xin Long a0f9a4c2ff dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_init 8 years ago
Xin Long d5494acb88 dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_init 8 years ago
Johannes Berg d58ff35122 networking: make skb_push & __skb_push return void pointers 8 years ago
Eric Dumazet d011b9a448 dccp: do not use tcp_time_stamp 8 years ago
WANG Cong 83eaddab43 ipv6/dccp: do not inherit ipv6_mc_list from parent 8 years ago
Paul E. McKenney 5f0d5a3ae7 mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU 8 years ago
Hannes Frederic Sowa 72ef9c4125 dccp: fix memory leak during tear-down of unsuccessful connection request 8 years ago
Jon Maxwell 45caeaa5ac dccp/tcp: fix routing redirect race 8 years ago
Eric Dumazet 62f8f4d906 dccp: fix use-after-free in dccp_feat_activate_values 8 years ago
Arnaldo Carvalho de Melo 94352d4509 net: Introduce sk_clone_lock() error path routine 8 years ago
Arnaldo Carvalho de Melo d5afb6f9b6 dccp: Unlock sock before calling sk_free() 8 years ago
Ingo Molnar 174cd4b1e5 sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> 8 years ago
Eric Dumazet 449809a66c tcp/dccp: block BH for SYN processing 8 years ago
Andrey Ryabinin ec7cb62d18 net/dccp: fix use after free in tw_timer_handler() 8 years ago
Andrey Konovalov 5edabca9d4 dccp: fix freeing skb too early for IPV6_RECVPKTINFO 8 years ago
Pablo Neira 92e55f412c tcp: don't annotate mark on control socket from tcp_v6_send_response() 8 years ago
Josef Bacik aa078842b7 inet: drop ->bind_conflict 8 years ago
Eric Dumazet 648f0c28df net/dccp: fix use-after-free in dccp_invalid_packet 8 years ago