Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | dccp: fix tasklet usage | Eric Dumazet | 2 | -3/+13 |
2018-04-08 | dccp: initialize ireq->ir_mark | Eric Dumazet | 2 | -0/+2 |
2018-03-07 | dccp: check sk for closed state in dccp_sendmsg() | Alexey Kodanev | 1 | -0/+5 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -6/+6 |
2018-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 7 | -227/+98 |
2018-01-31 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+3 |
2018-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2018-01-26 | dccp: don't restart ccid2_hc_tx_rto_expire() if sk in closed state | Alexey Kodanev | 1 | -0/+3 |
2018-01-02 | net: dccp: Remove dccpprobe module | Masami Hiramatsu | 3 | -222/+0 |
2018-01-02 | net: dccp: Add DCCP sendmsg trace event | Masami Hiramatsu | 3 | -0/+92 |
2018-01-02 | net: dccp: drop unneeded newline | Julia Lawall | 1 | -1/+1 |
2017-12-20 | net: tracepoint: using sock_set_state tracepoint to trace DCCP state transition | Yafang Shao | 1 | -1/+1 |
2017-12-13 | tcp/dccp: avoid one atomic operation for timewait hashdance | Eric Dumazet | 1 | -3/+4 |
2017-12-06 | dccp: CVE-2017-8824: use-after-free in DCCP code | Mohamed Ghannam | 1 | -0/+5 |
2017-12-01 | tcp/dccp: block bh before arming time_wait timer | Eric Dumazet | 1 | -0/+6 |
2017-11-28 | net: annotate ->poll() instances | Al Viro | 2 | -3/+3 |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -0/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-11-01 | net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swap | Gustavo A. R. Silva | 1 | -3/+1 |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-10-26 | tcp/dccp: fix other lockdep splats accessing ireq_opt | Eric Dumazet | 1 | -1/+1 |
2017-10-25 | net: dccp: Convert timers to use timer_setup() | Kees Cook | 5 | -15/+20 |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+8 |
2017-10-21 | tcp/dccp: fix ireq->opt races | Eric Dumazet | 1 | -5/+8 |
2017-10-18 | inet/connection_sock: Convert timers to use timer_setup() | Kees Cook | 1 | -8/+10 |
2017-10-16 | net: dccp: mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -1/+2 |
2017-08-31 | net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() | Andrii | 1 | -12/+35 |
2017-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+12 |
2017-08-17 | dccp: defer ccid_hc_tx_delete() at dismantle time | Eric Dumazet | 1 | -2/+12 |
2017-08-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+1 |
2017-08-15 | dccp: purge write queue in dccp_destroy_sock() | Eric Dumazet | 1 | -4/+1 |
2017-08-07 | net: ipv6: add second dif to inet6 socket lookups | David Ahern | 1 | -2/+2 |
2017-08-07 | net: ipv4: add second dif to inet socket lookups | David Ahern | 1 | -2/+2 |
2017-07-27 | dccp: fix a memleak for dccp_feat_init err process | Xin Long | 1 | -2/+5 |
2017-07-27 | dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly | Xin Long | 1 | -0/+1 |
2017-07-27 | dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly | Xin Long | 1 | -0/+1 |
2017-07-13 | dccp: make const array error_code static | Colin Ian King | 1 | -1/+1 |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
2017-06-20 | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_init | Xin Long | 1 | -10/+10 |
2017-06-20 | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_init | Xin Long | 1 | -8/+9 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-05-17 | dccp: do not use tcp_time_stamp | Eric Dumazet | 2 | -5/+5 |
2017-05-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+6 |
2017-05-11 | ipv6/dccp: do not inherit ipv6_mc_list from parent | WANG Cong | 1 | -0/+6 |
2017-04-23 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2 | -2/+2 |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 2 | -2/+2 |
2017-03-14 | dccp: fix memory leak during tear-down of unsuccessful connection request | Hannes Frederic Sowa | 1 | -0/+1 |
2017-03-14 | dccp/tcp: fix routing redirect race | Jon Maxwell | 2 | -4/+7 |
2017-03-08 | dccp: fix use-after-free in dccp_feat_activate_values | Eric Dumazet | 1 | -8/+16 |