summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-59/+99
2013-12-03rds: prevent BUG_ON triggered on congestion update to loopbackVenkat Venkatsubra1-3/+2
2013-12-03IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-12-03ipv6: fix third arg of anycast_dst_alloc(), must be bool.François-Xavier Le Bail1-1/+1
2013-12-03ipv6: judge the accept_ra_defrtr before calling rt6_route_rcvDuan Jiong1-0/+3
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville46-1092/+2460
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2-0/+10
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds28-94/+186
2013-12-02mac80211: fix rx_nss calculation for drivers with hw rcMichal Kazior1-2/+2
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-12-02cfg80211: disable CSA for all driversSimon Wunderlich1-0/+6
2013-12-02mac80211: don't leak next beacon when csa is abortedSimon Wunderlich1-0/+3
2013-12-02mac80211: don't cancel csa finalize work within stop_apSimon Wunderlich1-1/+0
2013-12-02cfg80211/mac80211/ath6kl: acquire wdev lock outside ch_switch_notifySimon Wunderlich2-12/+18
2013-12-02mac80211: modify beacon using sdata/wdev-lock, not rtnl lockSimon Wunderlich2-8/+15
2013-12-02cfg80211: protect beacon changing functions with wdev-lockSimon Wunderlich1-3/+19
2013-12-02mac80211: mesh: only get tsf if we need itBob Copeland1-14/+14
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski6-57/+48
2013-12-02mac80211: update ht flag if bss configuration changedAvri Altman1-8/+10
2013-12-02mac80211: remove sta_info_flush() from interface teardownJohannes Berg1-4/+0
2013-12-02mac80211: Tx frame latency statisticsMatti Gottlieb8-0/+486
2013-12-02cfg80211: fix reporting 5/10 MHz support to user spaceFelix Fietkau1-4/+5
2013-12-02{pktgen, xfrm} Update IPv4 header total len and checksum after tranformationfan.du1-0/+7
2013-11-30netem: fix gemodel loss generatorstephen hemminger1-1/+1
2013-11-30netem: fix loss 4 state modelstephen hemminger1-2/+2
2013-11-30netem: missing break in ge loss generatorstephen hemminger1-0/+1
2013-11-30net/hsr: Support iproute print_opt ('ip -details ...')Arvid Brodin1-0/+28
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-30inet: fix possible seqlock deadlocksEric Dumazet3-3/+3
2013-11-30net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden1-0/+3
2013-11-30net: clamp ->msg_namelen instead of returning an errorDan Carpenter2-2/+2
2013-11-30af_packet: block BH in prb_shutdown_retire_blk_timer()Veaceslav Falico1-2/+2
2013-11-29net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2-12/+0
2013-11-29sit: use kfree_skb to replace dev_kfree_skbGao feng1-3/+3
2013-11-29sctp: Restore 'resent' bit to avoid retransmitted chunks for RTT measurementsXufeng Zhang2-1/+5
2013-11-29genetlink/pmcraid: use proper genetlink multicast APIJohannes Berg1-2/+9
2013-11-29genetlink: Fix uninitialized variable in genl_validate_assign_mc_groups()Geert Uytterhoeven1-1/+1
2013-11-26Merge 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