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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tipc: delete TIPC_ADVANCED Kconfig variable
Paul Gortmaker
2012-11-22
2
-17
/
+1
*
tipc: eliminate an unnecessary cast of node variable
Ying Xue
2012-11-22
1
-1
/
+1
*
tipc: introduce message to synchronize broadcast link
Jon Maloy
2012-11-22
2
-6
/
+60
*
tipc: rename supported flag to recv_permitted
Ying Xue
2012-11-22
4
-12
/
+12
*
tipc: remove supportable flag from bclink structure
Ying Xue
2012-11-22
3
-10
/
+4
*
tipc: remove the bearer congestion mechanism
Ying Xue
2012-11-21
6
-217
/
+61
*
tipc: wake up all waiting threads at socket shutdown
Ying Xue
2012-11-21
1
-3
/
+4
*
tipc: return POLLOUT for sockets in an unconnected state
Erik Hugne
2012-11-21
1
-1
/
+5
*
tipc: fix race/inefficiencies in poll/wait behaviour
Ying Xue
2012-11-21
1
-5
/
+40
*
sctp: send abort chunk when max_retrans exceeded
Neil Horman
2012-11-20
3
-1
/
+29
*
net: Remove redundant null check before kfree in dev.c
Sachin Kamat
2012-11-20
1
-4
/
+2
*
caif: Remove redundant null check before kfree in cfctrl.c
Sachin Kamat
2012-11-20
1
-2
/
+1
*
bnx2x: Remove duplicate inclusion of bnx2x_hsi.h
Sachin Kamat
2012-11-20
1
-1
/
+0
*
sit: allow to configure 6rd tunnels via netlink
Nicolas Dichtel
2012-11-20
2
-25
/
+128
*
add DOVE extensions for VXLAN
David Stevens
2012-11-20
2
-25
/
+235
*
net: Remove bogus dependencies on INET
Ben Hutchings
2012-11-19
9
-10
/
+10
*
ehea: Remove remnants of LRO support
Ben Hutchings
2012-11-19
2
-4
/
+3
*
mlx4_en: Remove remnants of LRO support
Ben Hutchings
2012-11-19
3
-25
/
+4
*
net: remove unnecessary wireless includes
Johannes Berg
2012-11-19
1
-2
/
+0
*
net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open
Joachim Eastwood
2012-11-19
13
-62
/
+1
*
net: rds: use this_cpu_* per-cpu helper
Shan Wei
2012-11-19
2
-12
/
+14
*
net: core: use this_cpu_ptr per-cpu helper
Shan Wei
2012-11-19
1
-3
/
+1
*
vhost: Remove duplicate inclusion of linux/vhost.h
Sachin Kamat
2012-11-19
1
-1
/
+0
*
net/macb: move to circ_buf macros and fix initial condition
Nicolas Ferre
2012-11-19
1
-10
/
+7
*
netfilter: Remove the spurious \ in __ip_vs_lblc_init
Eric W. Biederman
2012-11-19
1
-1
/
+1
*
qeth: Remove BUG_ONs
Stefan Raspl
2012-11-19
3
-14
/
+10
*
qeth: Consolidate tracing of card features
Stefan Raspl
2012-11-19
4
-3
/
+16
*
qeth: Clarify card type naming for virtual NICs
Stefan Raspl
2012-11-19
1
-8
/
+8
*
claw: remove BUG_ONs
Ursula Braun
2012-11-19
1
-2
/
+0
*
ctcm: remove BUG_ONs
Ursula Braun
2012-11-19
2
-5
/
+0
*
qeth: Remove unused variable
Stefan Raspl
2012-11-19
1
-2
/
+1
*
net: Allow userns root to control tun and tap devices
Eric W. Biederman
2012-11-19
1
-2
/
+3
*
net: Make CAP_NET_BIND_SERVICE per user namespace
Eric W. Biederman
2012-11-18
3
-6
/
+10
*
net: Enable a userns root rtnl calls that are safe for unprivilged users
Eric W. Biederman
2012-11-18
9
-54
/
+4
*
net: Enable some sysctls that are safe for the userns root
Eric W. Biederman
2012-11-18
4
-22
/
+1
*
net: Allow the userns root to control vlans.
Eric W. Biederman
2012-11-18
1
-6
/
+6
*
net: Allow userns root to control the network bridge code.
Eric W. Biederman
2012-11-18
3
-18
/
+19
*
net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm
Eric W. Biederman
2012-11-18
8
-9
/
+9
*
net: Allow userns root to control ipv6
Eric W. Biederman
2012-11-18
12
-25
/
+28
*
net: Allow userns root to control ipv4
Eric W. Biederman
2012-11-18
14
-27
/
+30
*
net: Allow userns root control of the core of the network stack.
Eric W. Biederman
2012-11-18
4
-13
/
+28
*
net: Allow userns root to force the scm creds
Eric W. Biederman
2012-11-18
1
-3
/
+3
*
user_ns: get rid of duplicate code in net_ctl_permissions
Zhao Hongjiang
2012-11-18
1
-2
/
+2
*
net: Update the per network namespace sysctls to be available to the network ...
Eric W. Biederman
2012-11-18
1
-1
/
+11
*
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
2012-11-18
17
-1
/
+102
*
net: Don't export sysctls to unprivileged users
Eric W. Biederman
2012-11-18
22
-4
/
+98
*
sysctl: Pass useful parameters to sysctl permissions
Eric W. Biederman
2012-11-18
3
-8
/
+7
*
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
2012-11-18
3
-7
/
+20
*
netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
Eric W. Biederman
2012-11-18
2
-13
/
+9
*
ipv6: Preserve ipv6 functionality needed by NET
Vlad Yasevich
2012-11-18
2
-3
/
+3
[next]