summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-11-30net/hsr: Very small fix of comment style.Arvid Brodin1-1/+2
2013-11-30ipv6: fix possible seqlock deadlock in ip6_finish_output2Hannes Frederic Sowa1-2/+2
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-29net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-11-29af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2-12/+0
2013-11-28sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-28sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2-1/+5
2013-11-28genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-2/+9
2013-11-28genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven1-1/+1
2013-11-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville14-59/+89
2013-11-25mac80211: minstrel_ht: do not sample unsupported ratesKarl Beldan1-3/+7
2013-11-25cfg80211: replace print_dfs_region() with reg_dfs_region_str() helperLuis R. Rodriguez1-25/+16
2013-11-25cfg80211: distinguish unset DFS region from unknownLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: intersection dfs regions when intersecting regdomainsLuis R. Rodriguez1-0/+16
2013-11-25cfg80211: use enum nl80211_dfs_regions for dfs_region everywhereLuis R. Rodriguez3-4/+4
2013-11-25mac80211: minstrels: spare numerous useless calls to get_random_bytesKarl Beldan2-4/+2
2013-11-25mac80211: minstrel_ht: replace some occurences of MCS_GROUP_RATESKarl Beldan2-7/+5
2013-11-25mac80211: add min required channel definition fieldEliad Peller5-2/+183
2013-11-25mac80211: enable easier manipulation of VHT beamforming capsEyal Shapira1-4/+3
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho6-17/+14
2013-11-25mac80211: use put_unaligned_le in mesh when necessaryChun-Yeow Yeoh4-58/+45
2013-11-25mac80211: use put_unaligned_le16 in mesh_plink_frame_txChun-Yeow Yeoh5-34/+34
2013-11-25cfg80211: add an option to disable processing country IEsLuis R. Rodriguez1-0/+3
2013-11-25cfg80211: add flags to define country IE processing rulesLuis R. Rodriguez1-5/+3
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez2-17/+17
2013-11-25mac80211: use put_unaligned_le16 for precedence value in meshChun-Yeow Yeoh2-7/+2
2013-11-25cfg80211: rename __set_regdom() to reg_set_rd_country_ie()Luis R. Rodriguez1-6/+5
2013-11-25cfg80211: set driver regulatory updates on its ownLuis R. Rodriguez1-67/+56
2013-11-25cfg80211: set user regulatory updates on its ownLuis R. Rodriguez1-0/+35
2013-11-25cfg80211: set core regulatory updates on its ownLuis R. Rodriguez1-13/+27
2013-11-25cfg80211: pass the last_request to __set_regdom()Luis R. Rodriguez1-3/+3
2013-11-25cfg80211: move core reg_notfier() check to sourceLuis R. Rodriguez1-13/+18
2013-11-25cfg80211: allow only the core to request to update the world regdomLuis R. Rodriguez1-0/+2
2013-11-25cfg80211: add helper for calling CRDALuis R. Rodriguez1-12/+12
2013-11-25cfg80211: add helper for kfree'ing and assigning last_requestLuis R. Rodriguez1-10/+11
2013-11-25cfg80211: add helper for kfree'ing last_requestLuis R. Rodriguez1-23/+19
2013-11-25cfg80211: process non country IE conflicting firstLuis R. Rodriguez1-19/+20
2013-11-25cfg80211: process country IE regulatory requests on their ownLuis R. Rodriguez1-133/+68
2013-11-25cfg80211: process driver regulatory requests on its ownLuis R. Rodriguez1-17/+86
2013-11-25cfg80211: process user regulatory requests on its ownLuis R. Rodriguez1-33/+81
2013-11-25cfg80211: processing core regulatory hints on its ownLuis R. Rodriguez1-2/+44
2013-11-25cfg80211: check regulatory request alpha2 earlyLuis R. Rodriguez3-1/+5
2013-11-25cfg80211: enforce disabling channels by custom or strict settingsLuis R. Rodriguez1-3/+14
2013-11-25cfg80211: fix parsing when db.txt ends on a ruleLuis R. Rodriguez1-0/+2
2013-11-25cfg80211: add function helpers to genregdb.awkLuis R. Rodriguez1-11/+25
2013-11-25mac80211: add generic cipher scheme supportMax Stepanov14-101/+444
2013-11-25cfg80211: allow beaconing after DFS CACJanusz Dziedzic1-11/+74
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic7-12/+21