Age | Commit message (Expand) | Author | Files | Lines |
2016-05-21 | net: sock: move ->sk_shutdown out of bitfields. | Andrey Ryabinin | 1 | -1/+8 |
2016-05-04 | tcp: fix lockdep splat in tcp_snd_una_update() | Eric Dumazet | 1 | -1/+6 |
2016-05-03 | net: add __sock_wfree() helper | Eric Dumazet | 1 | -0/+1 |
2016-05-03 | tcp: make tcp_sendmsg() aware of socket backlog | Eric Dumazet | 1 | -0/+11 |
2016-04-28 | net: SOCKWQ_ASYNC_WAITDATA optimizations | Eric Dumazet | 1 | -2/+4 |
2016-04-28 | net: SOCKWQ_ASYNC_NOSPACE optimizations | Eric Dumazet | 1 | -0/+6 |
2016-04-25 | soreuseport: Resolve merge conflict for v4/v6 ordering fix | Craig Gallek | 1 | -1/+5 |
2016-04-25 | sock: relax WARN_ON() in sock_owned_by_user() | Eric Dumazet | 1 | -1/+1 |
2016-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+5 |
2016-04-15 | soreuseport: fix ordering for mixed v4/v6 sockets | Craig Gallek | 1 | -1/+5 |
2016-04-14 | net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put | Denys Vlasenko | 1 | -2/+2 |
2016-04-14 | sock: tigthen lockdep checks for sock_owned_by_user | Hannes Frederic Sowa | 1 | -15/+29 |
2016-04-08 | net: Fix build failure due to lockdep_sock_is_held(). | David S. Miller | 1 | -0/+2 |
2016-04-08 | sock: make lockdep_sock_is_held static inline | Hannes Frederic Sowa | 1 | -1/+1 |
2016-04-07 | net: introduce lockdep_is_held and update various places to use it | Hannes Frederic Sowa | 1 | -2/+10 |
2016-04-07 | sock: fix lockdep annotation in release_sock | Hannes Frederic Sowa | 1 | -1/+6 |
2016-04-05 | udp: enable MSG_PEEK at non-zero offset | samanthakumar | 1 | -0/+2 |
2016-04-05 | udp: remove headers from UDP packets before queueing | samanthakumar | 1 | -0/+1 |
2016-04-05 | sock: convert sk_peek_offset functions to WRITE_ONCE | Willem de Bruijn | 1 | -11/+13 |
2016-04-05 | tcp: increment sk_drops for dropped rx packets | Eric Dumazet | 1 | -0/+7 |
2016-04-05 | udp: no longer use SLAB_DESTROY_BY_RCU | Eric Dumazet | 1 | -6/+6 |
2016-04-05 | net: add SOCK_RCU_FREE socket flag | Eric Dumazet | 1 | -0/+2 |
2016-04-04 | sock: enable timestamping using control messages | Soheil Hassas Yeganeh | 1 | -4/+6 |
2016-04-04 | sock: accept SO_TIMESTAMPING flags in socket cmsg | Soheil Hassas Yeganeh | 1 | -0/+1 |
2016-04-04 | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loop | Willem de Bruijn | 1 | -0/+2 |
2016-02-11 | sock: struct proto hash function may error | Craig Gallek | 1 | -3/+3 |
2016-01-22 | net: sock: remove dead cgroup methods from struct proto | Johannes Weiner | 1 | -12/+0 |
2016-01-15 | mm: memcontrol: generalize the socket accounting jump label | Johannes Weiner | 1 | -7/+0 |
2016-01-15 | net: tcp_memcontrol: simplify linkage between socket and page counter | Johannes Weiner | 1 | -21/+4 |
2016-01-15 | net: tcp_memcontrol: sanitize tcp memory accounting callbacks | Johannes Weiner | 1 | -56/+8 |
2016-01-15 | net: tcp_memcontrol: simplify the per-memcg limit access | Johannes Weiner | 1 | -3/+5 |
2016-01-15 | net: tcp_memcontrol: remove dead per-memcg count of allocated sockets | Johannes Weiner | 1 | -36/+3 |
2016-01-15 | net: tcp_memcontrol: remove bogus hierarchy pressure propagation | Johannes Weiner | 1 | -15/+4 |
2016-01-15 | net: tcp_memcontrol: properly detect ancestor socket pressure | Johannes Weiner | 1 | -4/+6 |
2016-01-05 | soreuseport: define reuseport groups | Craig Gallek | 1 | -0/+2 |
2015-12-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
2015-12-16 | net: fix warnings in 'make htmldocs' by moving macro definition out of field ... | Hannes Frederic Sowa | 1 | -1/+1 |
2015-12-16 | net: diag: Add the ability to destroy a socket. | Lorenzo Colitti | 1 | -0/+1 |
2015-12-16 | tcp: Fix conditions to determine checksum offload | Tom Herbert | 1 | -0/+9 |
2015-12-15 | net: fix IP early demux races | Eric Dumazet | 1 | -1/+1 |
2015-12-15 | net: add validation for the socket syscall protocol argument | Hannes Frederic Sowa | 1 | -0/+1 |
2015-12-12 | xfrm: add rcu protection to sk->sk_policy[] | Eric Dumazet | 1 | -1/+1 |
2015-12-09 | net: wrap sock->sk_cgrp_prioidx and ->sk_classid inside a struct | Tejun Heo | 1 | -8/+3 |
2015-12-09 | netprio_cgroup: limit the maximum css->id to USHRT_MAX | Tejun Heo | 1 | -5/+5 |
2015-12-06 | sctp: update the netstamp_needed counter when copying sockets | Marcelo Ricardo Leitner | 1 | -0/+2 |
2015-12-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+25 |
2015-12-03 | ipv6: kill sk_dst_lock | Eric Dumazet | 1 | -2/+1 |
2015-12-03 | tcp: suppress too verbose messages in tcp_send_ack() | Eric Dumazet | 1 | -2/+2 |
2015-12-01 | net: fix sock_wake_async() rcu protection | Eric Dumazet | 1 | -7/+16 |
2015-12-01 | net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA | Eric Dumazet | 1 | -0/+10 |