summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* caif: Remove redundant null check before kfree in cfctrl.cSachin Kamat2012-11-201-2/+1
* sit: allow to configure 6rd tunnels via netlinkNicolas Dichtel2012-11-201-25/+124
* net: remove unnecessary wireless includesJohannes Berg2012-11-191-2/+0
* net: rds: use this_cpu_* per-cpu helperShan Wei2012-11-192-12/+14
* net: core: use this_cpu_ptr per-cpu helperShan Wei2012-11-191-3/+1
* netfilter: Remove the spurious \ in __ip_vs_lblc_initEric W. Biederman2012-11-191-1/+1
* net: Make CAP_NET_BIND_SERVICE per user namespaceEric W. Biederman2012-11-183-6/+10
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-189-54/+4
* net: Enable some sysctls that are safe for the userns rootEric W. Biederman2012-11-184-22/+1
* net: Allow the userns root to control vlans.Eric W. Biederman2012-11-181-6/+6
* net: Allow userns root to control the network bridge code.Eric W. Biederman2012-11-183-18/+19
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-188-9/+9
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-1812-25/+28
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-1814-27/+30
* net: Allow userns root control of the core of the network stack.Eric W. Biederman2012-11-184-13/+28
* net: Allow userns root to force the scm credsEric W. Biederman2012-11-181-3/+3
* user_ns: get rid of duplicate code in net_ctl_permissionsZhao Hongjiang2012-11-181-2/+2
* net: Update the per network namespace sysctls to be available to the network ...Eric W. Biederman2012-11-181-1/+11
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-1817-1/+102
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-1822-4/+98
* sysctl: Pass useful parameters to sysctl permissionsEric W. Biederman2012-11-181-2/+1
* userns: make each net (net_ns) belong to a user_nsEric W. Biederman2012-11-181-4/+12
* netns: Deduplicate and fix copy_net_ns when !CONFIG_NET_NSEric W. Biederman2012-11-181-7/+0
* ipv6: Preserve ipv6 functionality needed by NETVlad Yasevich2012-11-182-3/+3
* sctp: use bitmap_weightAkinobu Mita2012-11-171-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-1725-57/+130
|\
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-11-1612-20/+47
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-11-1612-20/+47
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-11-143-8/+10
| | | |\
| | | | * Bluetooth: Fix memory leak when removing a UUIDJohan Hedberg2012-11-091-0/+1
| | | | * Bluetooth: Notify about device registration before power onMarcel Holtmann2012-11-091-2/+2
| | | | * Bluetooth: Fix error status when pairing failsPaulo Sérgio2012-11-091-1/+1
| | | | * Bluetooth: Fix having bogus entries in mgmt_read_index_list replyJohan Hedberg2012-11-091-5/+6
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-149-12/+37
| | | |\ \ | | | | |/ | | | |/|
| | | | * wireless: allow 40 MHz on world roaming channels 12/13Johannes Berg2012-11-121-3/+2
| | | | * mac80211: call skb_dequeue/ieee80211_free_txskb instead of __skb_queue_purgeFelix Fietkau2012-11-104-6/+20
| | | | * mac80211: don't send null data packet when not associatedJohannes Berg2012-11-091-0/+2
| | | | * mac80211: fix memory leak in device registration error pathJohannes Berg2012-11-091-2/+4
| | | | * mac80211: sync acccess to tx_filtered/ps_tx_buf queuesArik Nemtsov2012-11-051-0/+5
| | | | * mac80211: init sched_scan_iesDavid Spinadel2012-10-311-1/+1
| | | | * mac80211: do not call ieee80211_configure_filter if no interfaces are upFelix Fietkau2012-10-311-0/+3
| * | | | net-rps: Fix brokeness causing OOO packetsTom Herbert2012-11-161-1/+3
| * | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-11-162-7/+20
| |\ \ \ \
| | * | | | batman-adv: process broadcast packets in BLA earlierAntonio Quartulli2012-11-161-6/+6
| | * | | | batman-adv: don't add TEMP clients belonging to other backbone nodesAntonio Quartulli2012-11-161-0/+7
| | * | | | batman-adv: correctly pass the client flag on tt_responseAntonio Quartulli2012-11-161-1/+1
| | * | | | batman-adv: fix tt_global_entries flags updateAntonio Quartulli2012-11-161-0/+6
| * | | | | tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet2012-11-161-3/+9
| | |/ / / | |/| | |
| * | | | net: correct check in dev_addr_del()Jiri Pirko2012-11-151-1/+2
| * | | | tcp: fix retransmission in repair modeAndrew Vagin2012-11-152-2/+6
OpenPOWER on IntegriCloud