summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | cfg80211: add sanity check for retry limit in wext-compatUjjal Roy2014-01-091-1/+1
| | * | cfg80211: Add a function to get the number of supported channelsIlan Peer2014-01-094-26/+20
| | * | mac80211: allow to set smps mode to OFF in AP modeEmmanuel Grumbach2014-01-071-3/+2
| | * | mac80211: clean up prepare_for_handlers() return valueJohannes Berg2014-01-071-18/+18
| | * | mac80211: simplify code in ieee80211_prepare_and_rx_handleEmmanuel Grumbach2014-01-071-3/+1
| | * | mac80211: clean up garbage in commentEmmanuel Grumbach2014-01-071-1/+1
| | * | mac80211: sync dtim_count to TSFThomas Pedersen2014-01-065-0/+46
| | * | cfg80211: fix wext-compat for getting retry valueUjjal Roy2014-01-061-2/+2
| | * | mac80211: enable WME for peer mesh STAChun-Yeow Yeoh2014-01-061-0/+1
| | * | mac80211: fix memory leak in register_hw() error pathJohannes Berg2014-01-061-11/+11
| | * | mac80211: handle station TX latency allocation errorsJohannes Berg2014-01-061-30/+40
| | * | mac80211: clean up netdev debugfs macros a bitJohannes Berg2014-01-061-27/+33
| | * | nl80211: move vendor/testmode event skb functions out of ifdefJohannes Berg2014-01-061-49/+49
| | * | mac80211: add tracing for ieee80211_sta_set_bufferedJohannes Berg2014-01-062-0/+29
| | * | cfg80211/mac80211: correct qos-map lockingJohannes Berg2013-12-302-1/+3
| * | | Merge tag 'nfc-next-3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-01-138-40/+91
| |\ \ \
| | * | | NFC: digital: Set rf tech and crc functions when receiving a PSL_REQThierry Escande2014-01-071-13/+31
| | * | | NFC: digital: Set current target active on activate_target() callThierry Escande2014-01-072-2/+28
| | * | | NFC: NCI: Add set_config APIAmitkumar Karwar2014-01-071-0/+16
| | * | | NFC: NCI: Add setup handlerAmitkumar Karwar2014-01-071-0/+3
| | * | | NFC: NCI: Don't reverse local general bytesAmitkumar Karwar2014-01-071-6/+0
| | * | | NFC: NCI: Cancel cmd_timer in nci_close_device()Amitkumar Karwar2014-01-051-0/+2
| | * | | NFC: digital: Use NFC_NFCID3_MAXSIZE from nfc.hThierry Escande2014-01-041-4/+2
| | * | | NFC: digital: Fix incorrect use of ERR_PTR and PTR_ERR macrosThierry Escande2014-01-041-2/+2
| | * | | NFC: Only warn on SE discovery errorSamuel Ortiz2014-01-041-5/+2
| | * | | NFC: llcp: Use default MIU if none was specified on connectSzymon Janc2014-01-043-3/+1
| | * | | NFC: llcp: Fix possible memory leak while sending I framesSzymon Janc2014-01-041-1/+3
| | * | | NFC: Return driver failure upon unknown event receptionSamuel Ortiz2014-01-041-5/+2
| | |/ /
* | | | net-sysfs: add support for device-specific rx queue sysfs attributesMichael Dalton2014-01-162-27/+35
* | | | net: allow > 0 order atomic page alloc in skb_page_frag_refillMichael Dalton2014-01-161-3/+1
* | | | net_sched: fix error return code in fw_change_attrs()Wei Yongjun2014-01-161-1/+3
* | | | tipc: standardize recvmsg routineYing Xue2014-01-161-38/+42
* | | | tipc: standardize sendmsg routine of connected socketYing Xue2014-01-161-19/+41
* | | | tipc: standardize sendmsg routine of connectionless socketYing Xue2014-01-161-10/+29
* | | | tipc: standardize accept routineYing Xue2014-01-161-13/+41
* | | | tipc: standardize connect routineYing Xue2014-01-161-30/+33
* | | | sctp: remove the unnecessary assignmentwangweidong2014-01-161-1/+0
* | | | net_sched: act: pick a different type for act_xtWANG Cong2014-01-161-1/+1
* | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-164-13/+31
|\ \ \ \
| * | | | batman-adv: use consistent kerneldoc styleSimon Wunderlich2014-01-164-13/+31
* | | | | net_sched: act: use tcf_hash_release() in net/sched/act_police.cWANG Cong2014-01-161-27/+3
* | | | | net: add NETDEV_PRECHANGEMTU to notify before mtu change happensVeaceslav Falico2014-01-161-0/+5
* | | | | net: Check skb->rxhash in gro_receiveTom Herbert2014-01-161-1/+8
* | | | | packet: use percpu mmap tx frame pending refcountDaniel Borkmann2014-01-163-7/+62
* | | | | packet: don't unconditionally schedule() in case of MSG_DONTWAITDaniel Borkmann2014-01-161-7/+6
* | | | | packet: improve socket create/bind latency in some casesDaniel Borkmann2014-01-161-11/+22
* | | | | net/ipv4: don't use module_init in non-modular gre_offloadPaul Gortmaker2014-01-161-8/+2
* | | | | net: eth_type_trans() should use skb_header_pointer()Eric Dumazet2014-01-161-2/+5
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2014-01-163-2/+4
|\ \ \ \ \
| * | | | | netfilter: nft_ct: fix compilation warning if NF_CONNTRACK_MARK is not setKristian Evensen2014-01-151-0/+2