summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | sctp: fix /proc/net/sctp/ memory leakTommi Rantala2012-11-151-4/+4
| |/ / /
| * | | ipv4/ip_vti.c: VTI fix post-decryption forwardingSaurabh Mohan2012-11-141-0/+5
| * | | ipv6: setsockopt(IPIPPROTO_IPV6, IPV6_MINHOPCOUNT) forgot to set return valueHannes Frederic Sowa2012-11-131-0/+1
| * | | tcp: tcp_replace_ts_recent() should not be called from tcp_validate_incoming()Eric Dumazet2012-11-131-5/+10
| * | | ipv4: avoid undefined behavior in do_ip_setsockopt()Xi Wang2012-11-111-13/+22
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-107-40/+91
| |\ \ \
| * \ \ \ Merge tag 'nfs-for-3.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-11-031-1/+1
| |\ \ \ \
| | * | | | SUNRPC: return proper errno from backchannel_rqstWeston Andros Adamson2012-11-011-1/+1
* | | | | | net: use right lock in __dev_remove_offloadEric Dumazet2012-11-161-2/+2
* | | | | | Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-11-165-11/+73
|\ \ \ \ \ \
| * | | | | | netfilter: ipv6: only provide sk_bound_dev_if for link-local addrFlorian Westphal2012-11-131-1/+6
| * | | | | | netfilter: ipv6: add getsockopt to retrieve origdstFlorian Westphal2012-11-021-0/+61
| * | | | | | netfilter: nf_nat: use PTR_RETWu Fengguang2012-10-292-6/+2
| * | | | | | ipvs: remove silly double assignmentAlan Cox2012-10-282-5/+5
* | | | | | | ipv6: Fix build error with udp_offloadVlad Yasevich2012-11-151-0/+1
* | | | | | | net: Make IPv6 build depend on CONFIG_INETVlad Yasevich2012-11-151-1/+1
* | | | | | | net: Remove code duplication between offload structuresVlad Yasevich2012-11-155-44/+56
* | | | | | | ipv6: Pull IPv6 GSO registration out of the moduleVlad Yasevich2012-11-1511-70/+30