| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -14/+15 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -1/+1 |
| |\ |
|
| * | | net: remove sk_init() helper | Eric Dumazet | 2012-09-27 | 1 | -2/+0 |
| * | | net: use a per task frag allocator | Eric Dumazet | 2012-09-24 | 1 | -12/+15 |
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie... | David S. Miller | 2012-08-24 | 1 | -1/+10 |
| |\ \ |
|
* | \ \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 1 | -1/+10 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | userns: Implement sk_user_ns | Eric W. Biederman | 2012-08-14 | 1 | -0/+9 |
| * | | | userns: Convert sock_i_uid to return a kuid_t | Eric W. Biederman | 2012-08-14 | 1 | -1/+1 |
* | | | | Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-10-02 | 1 | -8/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.h | Daniel Wagner | 2012-09-14 | 1 | -8/+0 |
| | |/
| |/| |
|
* | | | include/net/sock.h: squelch compiler warning in sk_rmem_schedule() | Chuck Lever | 2012-09-17 | 1 | -1/+1 |
|/ / |
|
* | | tcp: Apply device TSO segment limit earlier | Ben Hutchings | 2012-08-02 | 1 | -0/+2 |
|/ |
|
* | netvm: prevent a stream-specific deadlock | Mel Gorman | 2012-07-31 | 1 | -3/+5 |
* | netvm: set PF_MEMALLOC as appropriate during SKB processing | Mel Gorman | 2012-07-31 | 1 | -0/+5 |
* | netvm: allow skb allocation to use PFMEMALLOC reserves | Mel Gorman | 2012-07-31 | 1 | -0/+15 |
* | netvm: allow the use of __GFP_MEMALLOC by specific sockets | Mel Gorman | 2012-07-31 | 1 | -1/+4 |
* | net: introduce sk_gfp_atomic() to allow addition of GFP flags depending on th... | Mel Gorman | 2012-07-31 | 1 | -0/+5 |
* | memcg: rename config variables | Andrew Morton | 2012-07-31 | 1 | -2/+2 |
* | tcp: dont drop MTU reduction indications | Eric Dumazet | 2012-07-23 | 1 | -0/+1 |
* | tcp: TCP Small Queues | Eric Dumazet | 2012-07-11 | 1 | -0/+2 |
* | net: struct sock cleanups | Eric Dumazet | 2012-06-25 | 1 | -1/+2 |
* | net: Remove 'unlikely' qualifier in skb_steal_sock() | Vijay Subramanian | 2012-06-25 | 1 | -1/+1 |
* | ipv4: Early TCP socket demux. | David S. Miller | 2012-06-19 | 1 | -0/+2 |
* | memcg: decrement static keys at real destroy time | Glauber Costa | 2012-05-29 | 1 | -0/+22 |
* | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-05-22 | 1 | -6/+6 |
|\ |
|
| * | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg | Glauber Costa | 2012-04-10 | 1 | -6/+6 |
* | | net: include/net/sock.h cleanup | Eric Dumazet | 2012-05-17 | 1 | -77/+74 |
* | | net: sock_flag() cleanup | Eric Dumazet | 2012-05-16 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-05-07 | 1 | -2/+2 |
|\ \ |
|
| * | | net: fix sk_sockets_allocated_read_positive | Eric Dumazet | 2012-04-30 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-23 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | net/sock.h: fix sk_peek_off kernel-doc warning | Randy Dunlap | 2012-04-17 | 1 | -0/+1 |
| |/ |
|
* | | net: add a limit parameter to sk_add_backlog() | Eric Dumazet | 2012-04-23 | 1 | -4/+6 |
* | | sock: Introduce named constants for sk_reuse | Pavel Emelyanov | 2012-04-21 | 1 | -0/+11 |
|/ |
|
* | poll: add poll_requested_events() and poll_does_not_wait() functions | Hans Verkuil | 2012-03-23 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-03-21 | 1 | -0/+2 |
|\ |
|
| * | security: trim security.h | Al Viro | 2012-02-14 | 1 | -0/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-03-20 | 1 | -0/+29 |
|\ \ |
|
| * | | net: Add framework to allow sending packets with customized CRC. | Ben Greear | 2012-02-24 | 1 | -0/+4 |
| * | | sock: Introduce the SO_PEEK_OFF sock option | Pavel Emelyanov | 2012-02-21 | 1 | -0/+25 |
| |/ |
|
* | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-03-20 | 1 | -4/+3 |
|\ \ |
|
| * | | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 1 | -4/+3 |
* | | | static keys: Introduce 'struct static_key', static_key_true()/false() and sta... | Ingo Molnar | 2012-02-24 | 1 | -3/+3 |
| |/
|/| |
|
* | | net: explicitly add jump_label.h header to sock.h | Glauber Costa | 2012-01-26 | 1 | -0/+1 |
* | | net: introduce res_counter_charge_nofail() for socket allocations | Glauber Costa | 2012-01-22 | 1 | -6/+4 |
* | | net: fix socket memcg build with !CONFIG_NET | Glauber Costa | 2012-01-22 | 1 | -1/+1 |
* | | kernel-doc: fix new warning in net/sock.h | Randy Dunlap | 2012-01-22 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 1 | -1/+3 |
|\ |
|
| * | net: relax rcvbuf limits | Eric Dumazet | 2011-12-23 | 1 | -1/+3 |
* | | net: fix compilation with !CONFIG_NET | Glauber Costa | 2011-12-16 | 1 | -0/+12 |