| 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-12-18 | 1 | -1/+2 |
|\ |
|
| * | userns: Require CAP_SYS_ADMIN for most uses of setns. | Eric W. Biederman | 2012-12-14 | 1 | -1/+2 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-12-17 | 1 | -1/+30 |
|\ \
| |/ |
|
| * | proc: Usable inode numbers for the namespace file descriptors. | Eric W. Biederman | 2012-11-20 | 1 | -0/+24 |
| * | userns: Allow unprivileged use of setns. | Eric W. Biederman | 2012-11-20 | 1 | -1/+6 |
| * | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman | 2012-11-18 | 1 | -4/+12 |
| * | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS | Eric W. Biederman | 2012-11-18 | 1 | -7/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-12-12 | 15 | -145/+710 |
|\ \ |
|
| * | | net: gro: avoid double copy in skb_gro_receive() | Eric Dumazet | 2012-12-11 | 1 | -1/+0 |
| * | | net: remove obsolete simple_strto<foo> | Abhijit Pawar | 2012-12-11 | 1 | -1/+0 |
| * | | net: gro: dev_gro_receive() cleanup | Eric Dumazet | 2012-12-11 | 1 | -26/+26 |
| * | | net: remove obsolete simple_strto<foo> | Abhijit Pawar | 2012-12-10 | 1 | -1/+4 |
| * | | net: Handle encapsulated offloads before fragmentation or handing to lower dev | Alexander Duyck | 2012-12-09 | 1 | -2/+13 |
| * | | net: Add support for hardware-offloaded encapsulation | Joseph Gasparakis | 2012-12-09 | 1 | -0/+9 |
| * | | net: call notifiers for mtu change even if iface is not up | Jiri Pirko | 2012-12-07 | 1 | -1/+1 |
| * | | net: fix some compiler warning in net/core/neighbour.c | Cong Wang | 2012-12-05 | 1 | -3/+2 |
| * | | net: neighbour: prohibit negative value for unres_qlen_bytes parameter | Shan Wei | 2012-12-05 | 1 | -5/+12 |
| * | | net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD | Serge Hallyn | 2012-12-04 | 1 | -0/+6 |
| * | | rtnelink: remove unused parameter from rtnl_create_link(). | Rami Rosen | 2012-11-30 | 1 | -2/+2 |
| * | | core: make GRO methods static. | Rami Rosen | 2012-11-29 | 1 | -6/+3 |
| * | | sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name | Brian Haley | 2012-11-26 | 2 | -6/+79 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-25 | 1 | -0/+20 |
| |\ \ |
|
| * | | | net: Remove redundant null check before kfree in dev.c | Sachin Kamat | 2012-11-20 | 1 | -4/+2 |
| * | | | net: remove unnecessary wireless includes | Johannes Berg | 2012-11-19 | 1 | -2/+0 |
| * | | | net: core: use this_cpu_ptr per-cpu helper | Shan Wei | 2012-11-19 | 1 | -3/+1 |
| * | | | net: Enable a userns root rtnl calls that are safe for unprivilged users | Eric W. Biederman | 2012-11-18 | 3 | -24/+4 |
| * | | | 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 |
| * | | | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman | 2012-11-18 | 3 | -1/+31 |
| * | | | net: Don't export sysctls to unprivileged users | Eric W. Biederman | 2012-11-18 | 2 | -0/+9 |
| * | | | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman | 2012-11-18 | 1 | -4/+12 |
| * | | | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS | Eric W. Biederman | 2012-11-18 | 1 | -7/+0 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-17 | 2 | -2/+5 |
| |\ \ \ |
|
| * | | | | net: use right lock in __dev_remove_offload | Eric Dumazet | 2012-11-16 | 1 | -2/+2 |
| * | | | | net: Remove code duplication between offload structures | Vlad Yasevich | 2012-11-15 | 1 | -7/+7 |
| * | | | | net: Switch to using the new packet offload infrustructure | Vlad Yasevich | 2012-11-15 | 1 | -10/+9 |
| * | | | | net: Add generic packet offload infrastructure. | Vlad Yasevich | 2012-11-15 | 1 | -0/+80 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-11-10 | 3 | -4/+7 |
| |\ \ \ \ |
|
| * | | | | | net: fix bridge notify hook to manage flags correctly | John Fastabend | 2012-11-03 | 1 | -8/+18 |
| * | | | | | pktgen: clean up ktime_t helpers | Daniel Borkmann | 2012-11-03 | 1 | -28/+13 |
| * | | | | | net: Fix continued iteration in rtnl_bridge_getlink() | Ben Hutchings | 2012-11-02 | 1 | -16/+7 |
| * | | | | | skb: api to report errors for zero copy skbs | Michael S. Tsirkin | 2012-11-02 | 1 | -0/+20 |
| * | | | | | skb: report completion status for zero copy skbs | Michael S. Tsirkin | 2012-11-02 | 1 | -2/+2 |
| * | | | | | sk-filter: Add ability to get socket filter program (v2) | Pavel Emelyanov | 2012-11-01 | 2 | -0/+136 |
| * | | | | | net: filter: add vlan tag access | Eric Dumazet | 2012-10-31 | 1 | -0/+9 |
| * | | | | | ixgbe: add setlink, getlink support to ixgbe and ixgbevf | John Fastabend | 2012-10-31 | 1 | -0/+50 |
| * | | | | | net: set and query VEB/VEPA bridge mode via PF_BRIDGE | John Fastabend | 2012-10-31 | 1 | -4/+81 |
| * | | | | | net: create generic bridge ops | John Fastabend | 2012-10-31 | 1 | -0/+80 |
| * | | | | | cgroup: net_cls: Pass in task to sock_update_classid() | Daniel Wagner | 2012-10-26 | 1 | -3/+3 |
| * | | | | | cgroup: net_cls: Remove rcu_read_lock/unlock | Daniel Wagner | 2012-10-26 | 1 | -2/+0 |