| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 2016-04-27 | 3 | -11/+11 |
* | | net: rename ICMP6_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -4/+4 |
* | | net: rename IP_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | | net: rename ICMP_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -2/+2 |
* | | dccp: rename DCCP_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 7 | -16/+16 |
* | | net: introduce lockdep_is_held and update various places to use it | Hannes Frederic Sowa | 2016-04-07 | 2 | -2/+2 |
* | | tcp/dccp: do not touch listener sk_refcnt under synflood | Eric Dumazet | 2016-04-04 | 2 | -4/+10 |
|/ |
|
* | tcp/dccp: remove obsolete WARN_ON() in icmp handlers | Eric Dumazet | 2016-03-17 | 1 | -2/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-02-23 | 2 | -14/+14 |
|\ |
|
| * | tcp/dccp: fix another race at listener dismantle | Eric Dumazet | 2016-02-18 | 2 | -14/+14 |
* | | inet: refactor inet[6]_lookup functions to take skb | Craig Gallek | 2016-02-11 | 2 | -2/+2 |
* | | inet: create IPv6-equivalent inet_hash function | Craig Gallek | 2016-02-11 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-12-03 | 2 | -16/+24 |
|\ |
|
| * | ipv6: kill sk_dst_lock | Eric Dumazet | 2015-12-03 | 1 | -2/+2 |
| * | ipv6: add complete rcu protection around np->opt | Eric Dumazet | 2015-12-02 | 1 | -12/+21 |
| * | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 2015-12-01 | 1 | -2/+1 |
* | | net: Generalise wq_has_sleeper helper | Herbert Xu | 2015-11-30 | 1 | -1/+1 |
|/ |
|
* | tcp/dccp: fix ireq->pktopts race | Eric Dumazet | 2015-11-02 | 1 | -8/+8 |
* | Use 64-bit timekeeping | Tina Ruchandani | 2015-11-01 | 1 | -5/+6 |
* | tcp/dccp: fix hashdance race for passive sessions | Eric Dumazet | 2015-10-23 | 4 | -13/+20 |
* | tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helper | Eric Dumazet | 2015-10-16 | 2 | -2/+2 |
* | Revert "inet: fix double request socket freeing" | Eric Dumazet | 2015-10-16 | 1 | -1/+1 |
* | tcp/dccp: fix behavior of stale SYN_RECV request sockets | Eric Dumazet | 2015-10-13 | 2 | -16/+14 |
* | net/dccp: dccp_bad_service_code can be boolean | Yaowei Bai | 2015-10-09 | 1 | -2/+2 |
* | tcp: avoid two atomic ops for syncookies | Eric Dumazet | 2015-10-05 | 2 | -2/+2 |
* | tcp/dccp: install syn_recv requests into ehash table | Eric Dumazet | 2015-10-03 | 2 | -93/+43 |
* | tcp/dccp: constify syn_recv_sock() method sock argument | Eric Dumazet | 2015-09-29 | 3 | -4/+6 |
* | dccp: constify dccp_create_openreq_child() sock argument | Eric Dumazet | 2015-09-29 | 2 | -2/+2 |
* | dccp: use inet6_csk_route_req() helper | Eric Dumazet | 2015-09-29 | 1 | -14/+3 |
* | tcp/dccp: constify send_synack and send_reset socket argument | Eric Dumazet | 2015-09-29 | 4 | -4/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-09-26 | 3 | -12/+7 |
|\ |
|
| * | tcp/dccp: fix timewait races in timer handling | Eric Dumazet | 2015-09-21 | 1 | -2/+2 |
| * | dccp: drop null test before destroy functions | Julia Lawall | 2015-09-15 | 2 | -10/+5 |
* | | tcp/dccp: constify rtx_synack() and friends | Eric Dumazet | 2015-09-25 | 2 | -2/+2 |
* | | dccp: constify dccp_make_response() socket argument | Eric Dumazet | 2015-09-25 | 2 | -7/+12 |
|/ |
|
* | tcp: fix recv with flags MSG_WAITALL | MSG_PEEK | Sabrina Dubroca | 2015-07-27 | 1 | -1/+1 |
* | sock_diag: specify info_size per inet protocol | Craig Gallek | 2015-06-15 | 1 | -0/+1 |
* | inet: fix possible panic in reqsk_queue_unlink() | Eric Dumazet | 2015-04-24 | 3 | -4/+5 |
* | tcp/dccp: get rid of central timewait timer | Eric Dumazet | 2015-04-13 | 1 | -16/+3 |
* | inet: fix double request socket freeing | Fan Du | 2015-03-23 | 1 | -1/+1 |
* | ipv6: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets | Eric Dumazet | 2015-03-23 | 1 | -33/+8 |
* | ipv4: dccp: handle ICMP messages on DCCP_NEW_SYN_RECV request sockets | Eric Dumazet | 2015-03-23 | 2 | -36/+35 |
* | inet: remove sk_listener parameter from syn_ack_timeout() | Eric Dumazet | 2015-03-23 | 1 | -1/+1 |