summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-3031-157/+11
* Bluetooth: Allow SCO audio with Asus WL-BTD202 dongleMarcel Holtmann2008-11-301-7/+8
* Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-306-57/+54
* Bluetooth: Remove deprecated hci_usb driverMarcel Holtmann2008-11-304-1286/+0
* Bluetooth: Respect HCI_UART_DEBUG config in hci_ll.cNick Pelly2008-11-301-0/+5
* Bluetooth: Change simple_strtol to simple_strtoulJulia Lawall2008-11-301-4/+4
* Bluetooth: Fix warnings for bt_key_strings and bt_slock_key_stringsMarcel Holtmann2008-11-301-18/+23
* Bluetooth: Fix leak of uninitialized data to userspaceVegard Nossum2008-11-301-1/+1
* Bluetooth: Fix TX error path in btsdio driverTomas Winkler2008-11-301-0/+1
* Bluetooth: Add suspend/resume support to btusb driverMarcel Holtmann2008-11-301-0/+62
* Bluetooth: Handle bulk URBs in btusb driver from notify callbackMarcel Holtmann2008-11-301-14/+13
* Bluetooth: Add fine grained mem_flags usage to btusb driverMarcel Holtmann2008-11-301-17/+17
* gigaset: get rid of info() and warn() macrosTilman Schmidt2008-11-296-17/+7
* gigaset: remove unnecessary poll methodTilman Schmidt2008-11-291-15/+0
* cxgb3: Fix sparse warning and micro-optimize is_pure_response()Roland Dreier2008-11-281-1/+1
* phy: add the ST ste10Xp PHYsGiuseppe Cavallaro2008-11-283-0/+144
* phy: Add file missed in previous commit.David S. Miller2008-11-281-0/+155
* phy: power management supportGiuseppe Cavallaro2008-11-283-5/+42
* phy: add natsemi PHY driverGiuseppe Cavallaro2008-11-282-0/+6
* ne2: silence static never defined warningsIlpo Järvinen2008-11-281-3/+0
* bnx2: use net_device_stats nowadays available in net_deviceIlpo Järvinen2008-11-282-3/+1
* niu: use net_device_stats nowadays available in net_deviceIlpo Järvinen2008-11-282-9/+8
* pkt_sched: fix sparse warningHannes Eder2008-11-281-1/+1
* netlink: allow empty nested attributesPatrick McHardy2008-11-281-0/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2008-11-2840-221/+514
|\
| * netfilter: fix warning in net/netfilter/nf_conntrack_ftp.cIngo Molnar2008-11-251-1/+1
| * netfilter: fix warning in net/netfilter/nf_conntrack_proto_tcp.cIngo Molnar2008-11-251-1/+1
| * netfilter: nfmark IPV6 routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-251-1/+4
| * netfilter: nfmark routing in OUTPUT, mangle, NFQUEUEEric Leblond2008-11-251-0/+3
| * netfilter: nf_conntrack_ftp: change "partial ..." message to pr_debug()Patrick McHardy2008-11-241-4/+2
| * netfilter: nf_conntrack_proto_sctp: avoid bogus warningPatrick McHardy2008-11-241-1/+1
| * netfilter: ip{,6}t_policy.h should include xp_policy.hAndy Whitcroft2008-11-202-0/+4
| * netfilter: nf_conntrack_proto_gre: spread __exitAlexey Dobriyan2008-11-201-1/+1
| * netfilter: ip6table_filter: merge LOCAL_IN and FORWARD hooksAlexey Dobriyan2008-11-201-14/+3
| * netfilter: xt_recent: don't save proc dirsAlexey Dobriyan2008-11-201-11/+11
| * netfilter: nf_conntrack: fix warning and prototype mismatchPatrick McHardy2008-11-181-4/+4
| * netfilter: nfnetlink_log: fix warning and prototype mismatchPatrick McHardy2008-11-182-1/+2
| * netfilter: ctnetlink: deliver events for conntracks changed from userspacePablo Neira Ayuso2008-11-187-34/+197
| * netfilter: ctnetlink: helper modules load-on-demand supportPablo Neira Ayuso2008-11-184-40/+95
| * netfilter: nf_conntrack: connection tracking helper name persistent aliasesPablo Neira Ayuso2008-11-1710-0/+12
| * netfilter: ctnetlink: get rid of module refcounting in ctnetlinkPablo Neira Ayuso2008-11-171-20/+18
| * netfilter: ctnetlink: use EOPNOTSUPP instead of EINVAL if the conntrack has n...Pablo Neira Ayuso2008-11-171-1/+1
| * netfilter: ctnetlink: use nf_conntrack_get instead of atomic_incPablo Neira Ayuso2008-11-171-1/+1
| * netfilter: nf_nat: remove warn_if_extra_mangleSimon Arlott2008-11-041-23/+0
| * netfilter: netns ebtables: br_nf_pre_routing_finish() fixupAlexey Dobriyan2008-11-041-1/+1
| * netfilter: netns ebtables: ebtable_nat in netnsAlexey Dobriyan2008-11-042-15/+33
| * netfilter: netns ebtables: ebtable_filter in netnsAlexey Dobriyan2008-11-042-13/+38
| * netfilter: netns ebtables: ebtable_broute in netnsAlexey Dobriyan2008-11-042-8/+30
| * netfilter: netns ebtables: more cleanup during ebt_unregister_table()Alexey Dobriyan2008-11-041-0/+4
| * netfilter: netns ebtables: part 2Alexey Dobriyan2008-11-045-34/+47