Age | Commit message (Expand) | Author |
2012-11-19 | net: remove unnecessary wireless includes | Johannes Berg |
2012-11-19 | net: rds: use this_cpu_* per-cpu helper | Shan Wei |
2012-11-19 | net: core: use this_cpu_ptr per-cpu helper | Shan Wei |
2012-11-19 | netfilter: Remove the spurious \ in __ip_vs_lblc_init | Eric W. Biederman |
2012-11-18 | net: Make CAP_NET_BIND_SERVICE per user namespace | Eric W. Biederman |
2012-11-18 | net: Enable a userns root rtnl calls that are safe for unprivilged users | Eric W. Biederman |
2012-11-18 | net: Enable some sysctls that are safe for the userns root | Eric W. Biederman |
2012-11-18 | net: Allow the userns root to control vlans. | Eric W. Biederman |
2012-11-18 | net: Allow userns root to control the network bridge code. | Eric W. Biederman |
2012-11-18 | net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm | Eric W. Biederman |
2012-11-18 | net: Allow userns root to control ipv6 | Eric W. Biederman |
2012-11-18 | net: Allow userns root to control ipv4 | Eric W. Biederman |
2012-11-18 | net: Allow userns root control of the core of the network stack. | Eric W. Biederman |
2012-11-18 | net: Allow userns root to force the scm creds | Eric W. Biederman |
2012-11-18 | user_ns: get rid of duplicate code in net_ctl_permissions | Zhao Hongjiang |
2012-11-18 | net: Update the per network namespace sysctls to be available to the network ... | Eric W. Biederman |
2012-11-18 | net: Push capable(CAP_NET_ADMIN) into the rtnl methods | Eric W. Biederman |
2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman |
2012-11-18 | sysctl: Pass useful parameters to sysctl permissions | Eric W. Biederman |
2012-11-18 | userns: make each net (net_ns) belong to a user_ns | Eric W. Biederman |
2012-11-18 | netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NS | Eric W. Biederman |
2012-11-18 | ipv6: Preserve ipv6 functionality needed by NET | Vlad Yasevich |
2012-11-17 | sctp: use bitmap_weight | Akinobu Mita |
2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-11-16 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller |
2012-11-16 | net-rps: Fix brokeness causing OOO packets | Tom Herbert |
2012-11-16 | net: use right lock in __dev_remove_offload | Eric Dumazet |
2012-11-16 | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller |
2012-11-16 | tcp: handle tcp_net_metrics_init() order-5 memory allocation failures | Eric Dumazet |
2012-11-16 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville |
2012-11-16 | Merge branch 'master' of git://1984.lsi.us.es/nf-next | David S. Miller |
2012-11-16 | batman-adv: process broadcast packets in BLA earlier | Antonio Quartulli |
2012-11-16 | batman-adv: don't add TEMP clients belonging to other backbone nodes | Antonio Quartulli |
2012-11-16 | batman-adv: correctly pass the client flag on tt_response | Antonio Quartulli |
2012-11-16 | batman-adv: fix tt_global_entries flags update | Antonio Quartulli |
2012-11-15 | ipv6: Fix build error with udp_offload | Vlad Yasevich |
2012-11-15 | net: Make IPv6 build depend on CONFIG_INET | Vlad Yasevich |
2012-11-15 | net: correct check in dev_addr_del() | Jiri Pirko |
2012-11-15 | tcp: fix retransmission in repair mode | Andrew Vagin |
2012-11-15 | net: Remove code duplication between offload structures | Vlad Yasevich |
2012-11-15 | ipv6: Pull IPv6 GSO registration out of the module | Vlad Yasevich |
2012-11-15 | ipv4: Pull GSO registration out of inet_init() | Vlad Yasevich |
2012-11-15 | ipv6: Update ipv6 static library with newly needed functions | Vlad Yasevich |
2012-11-15 | ipv6: Move exthdr offload support into separate file | Vlad Yasevich |
2012-11-15 | ipv6: Separate out UDP offload functionality | Vlad Yasevich |
2012-11-15 | ipv6: Separate tcp offload functionality | Vlad Yasevich |
2012-11-15 | ipv6: Separate ipv6 offload support | Vlad Yasevich |
2012-11-15 | ipv6: Switch to using new offload infrastructure. | Vlad Yasevich |
2012-11-15 | ipv4: Switch to using the new offload infrastructure. | Vlad Yasevich |
2012-11-15 | ipv6: Add new offload registration infrastructure. | Vlad Yasevich |