| Commit message (Expand) | Author | Age | Files | Lines |
* | net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() | Andrii | 2017-08-31 | 1 | -12/+35 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-21 | 1 | -2/+12 |
|\ |
|
| * | dccp: defer ccid_hc_tx_delete() at dismantle time | Eric Dumazet | 2017-08-16 | 1 | -2/+12 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-08-15 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | dccp: purge write queue in dccp_destroy_sock() | Eric Dumazet | 2017-08-14 | 1 | -4/+1 |
* | | net: ipv6: add second dif to inet6 socket lookups | David Ahern | 2017-08-07 | 1 | -2/+2 |
* | | net: ipv4: add second dif to inet socket lookups | David Ahern | 2017-08-07 | 1 | -2/+2 |
|/ |
|
* | dccp: fix a memleak for dccp_feat_init err process | Xin Long | 2017-07-27 | 1 | -2/+5 |
* | dccp: fix a memleak that dccp_ipv4 doesn't put reqsk properly | Xin Long | 2017-07-27 | 1 | -0/+1 |
* | dccp: fix a memleak that dccp_ipv6 doesn't put reqsk properly | Xin Long | 2017-07-27 | 1 | -0/+1 |
* | dccp: make const array error_code static | Colin Ian King | 2017-07-13 | 1 | -1/+1 |
* | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+1 |
* | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v6_init | Xin Long | 2017-06-20 | 1 | -10/+10 |
* | dccp: call inet_add_protocol after register_pernet_subsys in dccp_v4_init | Xin Long | 2017-06-20 | 1 | -8/+9 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | dccp: do not use tcp_time_stamp | Eric Dumazet | 2017-05-17 | 2 | -5/+5 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-05-15 | 1 | -0/+6 |
|\ |
|
| * | ipv6/dccp: do not inherit ipv6_mc_list from parent | WANG Cong | 2017-05-11 | 1 | -0/+6 |
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2017-04-23 | 2 | -2/+2 |
|\ \
| |/
|/| |
|
| * | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 2017-04-18 | 2 | -2/+2 |
* | | dccp: fix memory leak during tear-down of unsuccessful connection request | Hannes Frederic Sowa | 2017-03-13 | 1 | -0/+1 |
* | | dccp/tcp: fix routing redirect race | Jon Maxwell | 2017-03-13 | 2 | -4/+7 |
* | | dccp: fix use-after-free in dccp_feat_activate_values | Eric Dumazet | 2017-03-07 | 1 | -8/+16 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-03-04 | 2 | -6/+9 |
|\ |
|
| * | net: Introduce sk_clone_lock() error path routine | Arnaldo Carvalho de Melo | 2017-03-02 | 1 | -5/+1 |
| * | dccp: Unlock sock before calling sk_free() | Arnaldo Carvalho de Melo | 2017-03-02 | 1 | -0/+1 |
| * | tcp/dccp: block BH for SYN processing | Eric Dumazet | 2017-03-01 | 1 | -2/+8 |
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
|/ |
|
* | net/dccp: fix use after free in tw_timer_handler() | Andrey Ryabinin | 2017-02-22 | 2 | -0/+12 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-02-19 | 1 | -1/+2 |
|\ |
|
| * | dccp: fix freeing skb too early for IPV6_RECVPKTINFO | Andrey Konovalov | 2017-02-17 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-01-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | tcp: don't annotate mark on control socket from tcp_v6_send_response() | Pablo Neira | 2017-01-27 | 1 | -2/+2 |
* | | inet: drop ->bind_conflict | Josef Bacik | 2017-01-18 | 2 | -3/+0 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-03 | 1 | -5/+7 |
|\ |
|
| * | net/dccp: fix use-after-free in dccp_invalid_packet | Eric Dumazet | 2016-11-29 | 1 | -5/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 3 | -15/+24 |
|\ \
| |/ |
|
| * | ipv6: dccp: add missing bind_conflict to dccp_ipv6_mapped | Eric Dumazet | 2016-11-03 | 1 | -0/+1 |
| * | ipv6: dccp: fix out of bound access in dccp_v6_err() | Eric Dumazet | 2016-11-03 | 1 | -7/+8 |
| * | dccp: fix out of bound access in dccp_v4_err() | Eric Dumazet | 2016-11-03 | 1 | -6/+8 |
| * | dccp: do not send reset to already closed sockets | Eric Dumazet | 2016-11-03 | 1 | -0/+4 |
| * | dccp: do not release listeners too soon | Eric Dumazet | 2016-11-03 | 2 | -2/+3 |
* | | tcp/dccp: drop SYN packets if accept queue is full | Eric Dumazet | 2016-10-29 | 2 | -8/+2 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2016-07-29 | 1 | -3/+9 |
|\ |
|
| * | Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in... | James Morris | 2016-07-07 | 1 | -3/+9 |
| |\ |
|
| | * | ipv6: Allow request socks to contain IPv6 options. | Huw Davies | 2016-06-27 | 1 | -3/+9 |
* | | | dccp: limit sk_filter trim to payload | Willem de Bruijn | 2016-07-13 | 2 | -2/+2 |
* | | | dccp: avoid deadlock in dccp_v4_ctl_send_reset | Eric Dumazet | 2016-07-09 | 1 | -4/+6 |
|/ / |
|
* | | dccp: do not assume DCCP code is non preemptible | Eric Dumazet | 2016-05-02 | 4 | -6/+6 |
* | | net: snmp: kill STATS_BH macros | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |