index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2012-10-02
3
-17
/
+33
|
\
|
*
userns: Convert the audit loginuid to be a kuid
Eric W. Biederman
2012-09-17
1
-1
/
+1
|
*
userns: Convert sock_i_uid to return a kuid_t
Eric W. Biederman
2012-08-14
1
-3
/
+3
|
*
userns: Convert __dev_set_promiscuity to use kuids in audit logs
Eric W. Biederman
2012-08-14
1
-3
/
+4
|
*
userns: Convert net/core/scm.c to use kuids and kgids
Eric W. Biederman
2012-08-14
2
-10
/
+25
*
|
Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2012-10-02
1
-1
/
+11
|
\
\
|
*
|
cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...
Tejun Heo
2012-09-14
1
-1
/
+11
*
|
|
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
2012-10-02
2
-22
/
+4
|
\
\
\
|
*
|
|
cgroup: Assign subsystem IDs during compile time
Daniel Wagner
2012-09-14
2
-22
/
+0
|
*
|
|
cgroup: net_prio: Do not define task_netpioidx() when not selected
Daniel Wagner
2012-09-14
1
-0
/
+2
|
*
|
|
cgroup: net_cls: Do not define task_cls_classid() when not selected
Daniel Wagner
2012-09-14
1
-0
/
+2
*
|
|
|
Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-10-02
3
-18
/
+9
|
\
\
\
\
|
*
|
|
|
workqueue: use mod_delayed_work() instead of __cancel + queue
Tejun Heo
2012-08-21
1
-15
/
+6
|
*
|
|
|
workqueue: make deferrable delayed_work initializer names consistent
Tejun Heo
2012-08-21
1
-1
/
+1
|
*
|
|
|
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
2012-08-13
1
-2
/
+2
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-10-01
1
-7
/
+13
|
\
\
\
\
|
*
|
|
|
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
Joe Perches
2012-09-17
1
-10
/
+6
|
*
|
|
|
netdev_printk/netif_printk: Remove a superfluous logging colon
Joe Perches
2012-09-17
1
-1
/
+1
|
*
|
|
|
netdev_printk/dynamic_netdev_dbg: Directly call printk_emit
Joe Perches
2012-09-17
1
-7
/
+17
*
|
|
|
|
net: guard tcp_set_keepalive() to tcp sockets
Eric Dumazet
2012-09-24
1
-1
/
+2
*
|
|
|
|
net: do not disable sg for packets requiring no checksum
Ed Cashin
2012-09-20
1
-1
/
+2
*
|
|
|
|
net/core: fix comment in skb_try_coalesce
Li RongQing
2012-09-19
1
-1
/
+3
*
|
|
|
|
net: fix memory leak on oom with zerocopy
Michael S. Tsirkin
2012-09-18
1
-1
/
+1
|
/
/
/
/
*
|
|
|
pktgen: fix crash with vlan and packet size less than 46
Nishank Trivedi
2012-09-13
1
-1
/
+1
*
|
|
|
net: fix net/core/sock.c build error
Randy Dunlap
2012-09-10
1
-0
/
+2
*
|
|
|
net: small bug on rxhash calculation
Chema Gonzalez
2012-09-08
1
-5
/
+6
*
|
|
|
net: sock_edemux() should take care of timewait sockets
Eric Dumazet
2012-09-03
1
-1
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
netpoll: revert 6bdb7fe3104 and fix be_poll() instead
Amerigo Wang
2012-08-29
1
-9
/
+1
|
|
/
|
/
|
*
|
net/core/dev.c: fix kernel-doc warning
Randy Dunlap
2012-08-20
1
-0
/
+1
*
|
af_packet: don't emit packet on orig fanout group
Eric Leblond
2012-08-20
1
-2
/
+14
*
|
net: netprio: fix cgrp create and write priomap race
John Fastabend
2012-08-16
1
-5
/
+3
*
|
net: netprio: fd passed in SCM_RIGHTS datagram not set correctly
John Fastabend
2012-08-16
1
-0
/
+4
*
|
net: netprio: fix files lock and remove useless d_path bits
John Fastabend
2012-08-16
1
-18
/
+4
*
|
netpoll: re-enable irq in poll_napi()
Amerigo Wang
2012-08-14
1
-1
/
+9
*
|
netpoll: handle vlan tags in netpoll tx and rx path
Amerigo Wang
2012-08-14
1
-0
/
+15
*
|
netpoll: take rcu_read_lock_bh() in netpoll_send_skb_on_dev()
Amerigo Wang
2012-08-14
1
-14
/
+17
*
|
netpoll: take rcu_read_lock_bh() in netpoll_rx()
Amerigo Wang
2012-08-14
1
-2
/
+1
*
|
netpoll: make __netpoll_cleanup non-block
Amerigo Wang
2012-08-14
1
-10
/
+32
*
|
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
2012-08-14
1
-4
/
+4
*
|
net/core: Fix potential memory leak in dev_set_alias()
Alexey Khoroshilov
2012-08-08
1
-2
/
+5
*
|
net: force dst_default_metrics to const section
Eric Dumazet
2012-08-08
1
-1
/
+9
*
|
tcp: Apply device TSO segment limit earlier
Ben Hutchings
2012-08-02
1
-0
/
+1
*
|
net: Allow driver to limit number of GSO segments per skb
Ben Hutchings
2012-08-02
1
-0
/
+4
|
/
*
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
2012-07-31
4
-33
/
+211
|
\
|
*
netvm: prevent a stream-specific deadlock
Mel Gorman
2012-07-31
1
-1
/
+13
|
*
netvm: set PF_MEMALLOC as appropriate during SKB processing
Mel Gorman
2012-07-31
2
-6
/
+63
|
*
netvm: allow skb allocation to use PFMEMALLOC reserves
Mel Gorman
2012-07-31
3
-25
/
+112
|
*
netvm: allow the use of __GFP_MEMALLOC by specific sockets
Mel Gorman
2012-07-31
1
-0
/
+22
|
*
memcg: rename config variables
Andrew Morton
2012-07-31
1
-1
/
+1
*
|
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-07-31
2
-0
/
+4
|
\
\
[next]