index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-10
net: remove obsolete simple_strto<foo>
Abhijit Pawar
1
-1
/
+4
2012-12-09
net: Handle encapsulated offloads before fragmentation or handing to lower dev
Alexander Duyck
1
-2
/
+13
2012-12-09
net: Add support for hardware-offloaded encapsulation
Joseph Gasparakis
1
-0
/
+9
2012-12-07
net: gro: fix possible panic in skb_gro_receive()
Eric Dumazet
2
-3
/
+5
2012-12-07
net: call notifiers for mtu change even if iface is not up
Jiri Pirko
1
-1
/
+1
2012-12-05
net: fix some compiler warning in net/core/neighbour.c
Cong Wang
1
-3
/
+2
2012-12-05
net: neighbour: prohibit negative value for unres_qlen_bytes parameter
Shan Wei
1
-5
/
+12
2012-12-04
net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
Serge Hallyn
1
-0
/
+6
2012-11-30
rtnelink: remove unused parameter from rtnl_create_link().
Rami Rosen
1
-2
/
+2
2012-11-29
core: make GRO methods static.
Rami Rosen
1
-6
/
+3
2012-11-26
sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name
Brian Haley
2
-6
/
+79
2012-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+20
2012-11-22
netprio_cgroup: allow nesting and inherit config on cgroup creation
Tejun Heo
1
-18
/
+24
2012-11-22
netprio_cgroup: implement netprio[_set]_prio() helpers
Tejun Heo
1
-22
/
+50
2012-11-22
netprio_cgroup: use cgroup->id instead of cgroup_netprio_state->prioidx
Tejun Heo
1
-54
/
+11
2012-11-22
netprio_cgroup: reimplement priomap expansion
Tejun Heo
1
-23
/
+33
2012-11-22
netprio_cgroup: shorten variable names in extend_netdev_table()
Tejun Heo
1
-12
/
+11
2012-11-22
netprio_cgroup: simplify write_priomap()
Tejun Heo
1
-45
/
+11
2012-11-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-0
/
+20
2012-11-20
net: Remove redundant null check before kfree in dev.c
Sachin Kamat
1
-4
/
+2
2012-11-20
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
1
-0
/
+24
2012-11-20
userns: Allow unprivileged use of setns.
Eric W. Biederman
1
-1
/
+6
2012-11-19
net: remove unnecessary wireless includes
Johannes Berg
1
-2
/
+0
2012-11-19
net: core: use this_cpu_ptr per-cpu helper
Shan Wei
1
-3
/
+1
2012-11-19
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-0
/
+20
2012-11-19
cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...
Tejun Heo
1
-4
/
+4
2012-11-18
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
1
-4
/
+12
2012-11-18
netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
Eric W. Biederman
1
-7
/
+0
2012-11-18
net: Enable a userns root rtnl calls that are safe for unprivilged users
Eric W. Biederman
3
-24
/
+4
2012-11-18
net: Allow userns root control of the core of the network stack.
Eric W. Biederman
4
-13
/
+28
2012-11-18
net: Allow userns root to force the scm creds
Eric W. Biederman
1
-3
/
+3
2012-11-18
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
3
-1
/
+31
2012-11-18
net: Don't export sysctls to unprivileged users
Eric W. Biederman
2
-0
/
+9
2012-11-18
userns: make each net (net_ns) belong to a user_ns
Eric W. Biederman
1
-4
/
+12
2012-11-18
netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS
Eric W. Biederman
1
-7
/
+0
2012-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+5
2012-11-16
wireless: add back sysfs directory
Johannes Berg
1
-0
/
+20
2012-11-16
net-rps: Fix brokeness causing OOO packets
Tom Herbert
1
-1
/
+3
2012-11-16
net: use right lock in __dev_remove_offload
Eric Dumazet
1
-2
/
+2
2012-11-15
net: correct check in dev_addr_del()
Jiri Pirko
1
-1
/
+2
2012-11-15
net: Remove code duplication between offload structures
Vlad Yasevich
1
-7
/
+7
2012-11-15
net: Switch to using the new packet offload infrustructure
Vlad Yasevich
1
-10
/
+9
2012-11-15
net: Add generic packet offload infrastructure.
Vlad Yasevich
1
-0
/
+80
2012-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-4
/
+7
2012-11-07
af-packet: fix oops when socket is not present
Eric Leblond
1
-1
/
+1
2012-11-03
net: fix bridge notify hook to manage flags correctly
John Fastabend
1
-8
/
+18
2012-11-03
rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dump
John Fastabend
1
-1
/
+2
2012-11-03
pktgen: clean up ktime_t helpers
Daniel Borkmann
1
-28
/
+13
2012-11-02
net: Fix continued iteration in rtnl_bridge_getlink()
Ben Hutchings
1
-16
/
+7
2012-11-02
skb: api to report errors for zero copy skbs
Michael S. Tsirkin
1
-0
/
+20
[prev]
[next]