aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-19net: remove unnecessary wireless includesJohannes Berg1-2/+0
2012-11-19net: rds: use this_cpu_* per-cpu helperShan Wei2-12/+14
2012-11-19net: core: use this_cpu_ptr per-cpu helperShan Wei1-3/+1
2012-11-19netfilter: Remove the spurious \ in __ip_vs_lblc_initEric W. Biederman1-1/+1
2012-11-18net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman3-6/+10
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman9-54/+4
2012-11-18net: Enable some sysctls that are safe for the userns rootEric W. Biederman4-22/+1
2012-11-18net: Allow the userns root to control vlans.Eric W. Biederman1-6/+6
2012-11-18net: Allow userns root to control the network bridge code.Eric W. Biederman3-18/+19
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman8-9/+9
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman12-25/+28
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman14-27/+30
2012-11-18net: Allow userns root control of the core of the network stack.Eric W. Biederman4-13/+28
2012-11-18net: Allow userns root to force the scm credsEric W. Biederman1-3/+3
2012-11-18user_ns: get rid of duplicate code in net_ctl_permissionsZhao Hongjiang1-2/+2
2012-11-18net: Update the per network namespace sysctls to be available to the network namespace ownerEric W. Biederman1-1/+11
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman17-1/+102
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman22-4/+98
2012-11-18sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman1-2/+1
2012-11-18userns: make each net (net_ns) belong to a user_nsEric W. Biederman1-4/+12
2012-11-18netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman1-7/+0
2012-11-18ipv6: Preserve ipv6 functionality needed by NETVlad Yasevich2-3/+3
2012-11-17sctp: use bitmap_weightAkinobu Mita1-6/+2
2012-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller25-57/+130
2012-11-16Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller12-20/+47
2012-11-16net-rps: Fix brokeness causing OOO packetsTom Herbert1-1/+3
2012-11-16net: use right lock in __dev_remove_offloadEric Dumazet1-2/+2
2012-11-16Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-7/+20
2012-11-16tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet1-3/+9
2012-11-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davemJohn W. Linville12-20/+47
2012-11-16Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller5-11/+73
2012-11-16batman-adv: process broadcast packets in BLA earlierAntonio Quartulli1-6/+6
2012-11-16batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli1-0/+7
2012-11-16batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli1-1/+1
2012-11-16batman-adv: fix tt_global_entries flags updateAntonio Quartulli1-0/+6
2012-11-15ipv6: Fix build error with udp_offloadVlad Yasevich1-0/+1
2012-11-15net: Make IPv6 build depend on CONFIG_INETVlad Yasevich1-1/+1
2012-11-15net: correct check in dev_addr_del()Jiri Pirko1-1/+2
2012-11-15tcp: fix retransmission in repair modeAndrew Vagin2-2/+6
2012-11-15net: Remove code duplication between offload structuresVlad Yasevich5-44/+56
2012-11-15ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich11-70/+30
2012-11-15ipv4: Pull GSO registration out of inet_init()Vlad Yasevich1-14/+21
2012-11-15ipv6: Update ipv6 static library with newly needed functionsVlad Yasevich5-110/+121
2012-11-15ipv6: Move exthdr offload support into separate fileVlad Yasevich4-37/+55
2012-11-15ipv6: Separate out UDP offload functionalityVlad Yasevich4-101/+130
2012-11-15ipv6: Separate tcp offload functionalityVlad Yasevich4-110/+106
2012-11-15ipv6: Separate ipv6 offload supportVlad Yasevich4-246/+296
2012-11-15ipv6: Switch to using new offload infrastructure.Vlad Yasevich4-24/+64
2012-11-15ipv4: Switch to using the new offload infrastructure.Vlad Yasevich1-14/+16
2012-11-15ipv6: Add new offload registration infrastructure.Vlad Yasevich4-0/+41