Age | Commit message (Expand) | Author |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-11-01 | net: dccp: ccids: lib: packet_history: use swap macro in tfrc_rx_hist_swap | Gustavo A. R. Silva |
2017-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-26 | tcp/dccp: fix other lockdep splats accessing ireq_opt | Eric Dumazet |
2017-10-25 | net: dccp: Convert timers to use timer_setup() | Kees Cook |
2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-10-21 | tcp/dccp: fix ireq->opt races | Eric Dumazet |
2017-10-18 | inet/connection_sock: Convert timers to use timer_setup() | Kees Cook |
2017-10-16 | net: dccp: mark expected switch fall-throughs | Gustavo A. R. Silva |
2017-08-31 | net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() | Andrii |
2017-08-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-16 | dccp: defer ccid_hc_tx_delete() at dismantle time | Eric Dumazet |
2017-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-08-14 | dccp: purge write queue in dccp_destroy_sock() | Eric Dumazet |
2017-08-07 | net: ipv6: add second dif to inet6 socket lookups | David Ahern |
2017-08-07 | net: ipv4: add second dif to inet socket lookups | David Ahern |
2017-07-27 | dccp: fix a memleak for dccp_feat_init err process | Xin Long |
2017-07-27 | dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly | Xin Long |
2017-07-27 | dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly | Xin Long |
2017-07-13 | dccp: make const array error_code static | Colin Ian King |
2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena |
2017-06-20 | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_init | Xin Long |
2017-06-20 | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_init | Xin Long |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-05-17 | dccp: do not use tcp_time_stamp | Eric Dumazet |
2017-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-05-11 | ipv6/dccp: do not inherit ipv6_mc_list from parent | WANG Cong |
2017-04-23 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney |
2017-03-13 | dccp: fix memory leak during tear-down of unsuccessful connection request | Hannes Frederic Sowa |
2017-03-13 | dccp/tcp: fix routing redirect race | Jon Maxwell |
2017-03-07 | dccp: fix use-after-free in dccp_feat_activate_values | Eric Dumazet |
2017-03-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2017-03-02 | net: Introduce sk_clone_lock() error path routine | Arnaldo Carvalho de Melo |
2017-03-02 | dccp: Unlock sock before calling sk_free() | Arnaldo Carvalho de Melo |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2017-03-01 | tcp/dccp: block BH for SYN processing | Eric Dumazet |
2017-02-22 | net/dccp: fix use after free in tw_timer_handler() | Andrey Ryabinin |
2017-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-02-17 | dccp: fix freeing skb too early for IPV6_RECVPKTINFO | Andrey Konovalov |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-27 | tcp: don't annotate mark on control socket from tcp_v6_send_response() | Pablo Neira |
2017-01-18 | inet: drop ->bind_conflict | Josef Bacik |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-29 | net/dccp: fix use-after-free in dccp_invalid_packet | Eric Dumazet |
2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-03 | ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped | Eric Dumazet |
2016-11-03 | ipv6: dccp: fix out of bound access in dccp_v6_err() | Eric Dumazet |