summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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/lin...David 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/linvil...John 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
2012-11-15net: Add net protocol offload registration infrustructureVlad Yasevich2-0/+33
2012-11-15net: Switch to using the new packet offload infrustructureVlad Yasevich3-10/+20
2012-11-15net: Add generic packet offload infrastructure.Vlad Yasevich1-0/+80
2012-11-15sctp: fix /proc/net/sctp/ memory leakTommi Rantala1-4/+4
2012-11-15ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms()Nicolas Dichtel1-1/+1
2012-11-15sit: fix sparse warningsNicolas Dichtel1-5/+5
2012-11-15ipip: fix sparse warnings in ipip_netlink_parms()Nicolas Dichtel1-2/+2
2012-11-14Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller11-173/+416
2012-11-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller83-1450/+7319
2012-11-14sit: add support of link creation via rtnlNicolas Dichtel1-28/+150
2012-11-14sit: rename rtnl functions for consistencyNicolas Dichtel1-4/+4
2012-11-14sit/rtnl: add missing parameters on dumpNicolas Dichtel1-1/+8
2012-11-14sit: always notify change when params are updatedNicolas Dichtel1-17/+15
2012-11-14ipip: add support of link creation via rtnlNicolas Dichtel1-24/+141
2012-11-14ipip/rtnl: add IFLA_IPTUN_PMTUDISC on dumpNicolas Dichtel1-1/+5
2012-11-14ipip: always notify change when params are updatedNicolas Dichtel1-18/+16