summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bluetooth: Process result of HCI Delete Stored Link Key commandMarcel Holtmann2015-01-121-0/+20
| * | Bluetooth: Read stored link key information when powering on controllerMarcel Holtmann2015-01-121-0/+8
| * | Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann2015-01-121-0/+22
| * | Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann2015-01-121-29/+1
| * | Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann2015-01-121-22/+29
| * | Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann2015-01-121-16/+12
| * | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann2015-01-121-0/+2
| * | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann2015-01-121-0/+2
| * | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann2015-01-121-0/+2
| * | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann2015-01-121-0/+2
| * | Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-124-25/+33
| * | ieee802154: 6lowpan: fix Makefile entryAlexander Aring2015-01-082-2/+2
| * | ieee802154: 6lowpan: rename to coreAlexander Aring2015-01-082-1/+1
| * | ieee802154: 6lowpan: move transmit functionalityAlexander Aring2015-01-084-264/+279
| * | ieee802154: 6lowpan: move receive functionalityAlexander Aring2015-01-084-167/+200
| * | ieee802154: 6lowpan: rename internal headerAlexander Aring2015-01-083-5/+5
| * | ieee802154: create 6lowpan sub-directoryAlexander Aring2015-01-087-7/+10
| * | Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann2015-01-031-1/+2
| * | Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann2015-01-031-39/+11
| * | mac802154: fix kbuild test robot warningAlexander Aring2015-01-031-4/+1
| * | ieee802154: handle config as menuconfigAlexander Aring2015-01-031-3/+6
| * | ieee802154: rename af_ieee802154.c to socket.cAlexander Aring2015-01-032-1/+1
| * | ieee802154: socket: fix checkpatch issueAlexander Aring2015-01-031-1/+1
| * | ieee802154: socket: put handling into one fileAlexander Aring2015-01-035-856/+760
| * | ieee802154: socket: change module nameAlexander Aring2015-01-031-2/+2
| * | ieee802154: handle socket functionality as moduleAlexander Aring2015-01-032-1/+11
| * | Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann2015-01-021-3/+13
| * | Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann2015-01-021-1/+1
| * | Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann2015-01-021-22/+23
| * | Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2015-01-022-56/+4
| * | Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann2015-01-021-49/+0
| * | Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2015-01-022-5/+75
* | | net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko2015-01-183-35/+59
* | | switchdev: introduce switchdev notifierJiri Pirko2015-01-181-0/+65
* | | socket: use ki_nbytes instead of iov_length()Nicolas Dichtel2015-01-171-6/+4
* | | tc: cls_bpf: rename bpf_len to bpf_num_opsJiri Pirko2015-01-171-9/+9
* | | tc: add BPF based actionJiri Pirko2015-01-173-0/+218
* | | bridge: fix setlink/dellink notificationsRoopa Prabhu2015-01-172-24/+26
* | | netlink: Fix netlink_insert EADDRINUSE errorHerbert Xu2015-01-161-4/+7
* | | bridge: use MDBA_SET_ENTRY_MAX for maxtype in nlmsg_parse()Nicolas Dichtel2015-01-151-1/+1
* | | Merge tag 'mac80211-next-for-davem-2015-01-15' of git://git.kernel.org/pub/sc...David S. Miller2015-01-1536-476/+1101
|\ \ \ | | |/ | |/|
| * | nl80211: send netdetect configuration info in NL80211_CMD_GET_WOWLANLuciano Coelho2015-01-141-0/+52
| * | cfg80211: avoid reg-hints in self-managed only systemsArik Nemtsov2015-01-141-0/+25
| * | cfg80211: introduce sync regdom set API for self-managedArik Nemtsov2015-01-141-2/+29
| * | mac80211: don't defer scans in case of radar detectionEliad Peller2015-01-141-1/+1
| * | mac80211: consider only relevant vifs for radar_required calculationEliad Peller2015-01-141-2/+30
| * | mac80211: remove local->radar_detect_enabledEliad Peller2015-01-144-7/+5
| * | mac80211: add TDLS supported channels correctlyArik Nemtsov2015-01-141-5/+21
| * | mac80211: let flush() drop packets when possibleEmmanuel Grumbach2015-01-1410-22/+27
| * | mac80211: fix handling TIM IE when stations disconnectJohannes Berg2015-01-091-3/+13