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