summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona2012-10-251-4/+2
* mac80211: use blacklist for duplicate IE checkJohannes Berg2012-10-241-7/+35
* cfg80211: fix initialization of chan->max_reg_powerFelix Fietkau2012-10-181-2/+3
* cfg80211: fix antenna gain handlingFelix Fietkau2012-10-181-2/+1
* mac80211: connect with HT20 if HT40 is not permittedJohannes Berg2012-10-171-10/+20
* cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-152-11/+6
* Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-10-15460-9632/+17843
|\
| * mac80211: use ieee80211_free_txskb to fix possible skb leaksFelix Fietkau2012-10-082-12/+14
| * mac80211: call drv_get_tsf() in sleepable contextThomas Pedersen2012-10-081-2/+1
| * ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-041-5/+6
| * Remove noisy printks from llcp_sock_connectDave Jones2012-10-041-6/+2
| * tipc: prevent dropped connections due to rcvbuf overflowErik Hugne2012-10-041-0/+1
| * silence some noisy printks in irdaDave Jones2012-10-042-2/+2
| * sctp: check src addr when processing SACK to update transport stateNicolas Dichtel2012-10-043-8/+13
| * sctp: fix a typo in prototype of __sctp_rcv_lookup()Nicolas Dichtel2012-10-041-1/+1
| * ipv4: add a fib_type to fib_infoEric Dumazet2012-10-041-0/+2
| * 8021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli2012-10-021-1/+2
| * ipv6: don't add link local route when there is no link local addressNicolas Dichtel2012-10-021-13/+2
| * workqueue: avoid using deprecated functionsLinus Torvalds2012-10-025-18/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-02348-7791/+14603
| |\
| | * igmp: export symbol ip_mc_leave_groupstephen hemminger2012-10-011-0/+1
| | * netlink: add attributes to fdb interfacestephen hemminger2012-10-013-4/+7
| | * gre: fix sparse warningstephen hemminger2012-10-011-2/+2
| | * net/key/af_key.c: add range checks on ->sadb_x_policy_lenDan Carpenter2012-10-011-0/+3
| | * ipv4: gre: add GRO capabilityEric Dumazet2012-10-011-2/+11
| | * net: add gro_cells infrastructureEric Dumazet2012-10-011-0/+2
| | * tcp: gro: add checksuming helpersEric Dumazet2012-10-012-6/+33
| | * ipv6: del unreachable route when an addr is deleted on loNicolas Dichtel2012-10-011-2/+8
| | * use skb_end_offset() in skb_try_coalesce()Weiping Pan2012-10-011-2/+1
| | * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-3047-919/+1849
| | |\
| | | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-2847-919/+1849
| | | |\
| | | | * NFC: Fix sleeping in atomic when releasing socketSzymon Janc2012-09-271-5/+5
| | | | * NFC: Fix sleeping in invalid context when netlink socket is closedSzymon Janc2012-09-271-7/+39
| | | | * NFC: Add dummy nfc_llc_shdlc_register definitionJohn W. Linville2012-09-271-0/+8
| | | | * NFC: LLCP raw socket supportThierry Escande2012-09-274-4/+137
| | | | * NFC: Use dynamic initialization for rwlocksSzymon Janc2012-09-271-2/+2
| | | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-2511-30/+82
| | | | |\
| | | | | * cfg80211: Fix regulatory check for 60GHz band frequenciesVladimir Kondratiev2012-09-251-5/+14
| | | | | * rfkill: prevent unnecessary event generationVitaly Wool2012-09-241-1/+7
| | | | | * mac80211: don't send delBA on addBA failureJohannes Berg2012-09-211-1/+1
| | | | | * mac80211: don't send delBA when removing stationsJohannes Berg2012-09-211-1/+1
| | | | | * mac80211: don't send delBA before disassocJohannes Berg2012-09-211-1/+1
| | | | | * mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier2012-09-201-1/+1
| | | | | * cfg80211: constify name parameter to add_virtual_intfJohannes Berg2012-09-191-1/+2
| | | | | * mac80211: make reset debugfs depend on CONFIG_PMJohannes Berg2012-09-191-0/+4
| | | | | * cfg80211/nl80211: Notify connection request failure in AP modePandiyarajan Pitchaimuthu2012-09-183-0/+50
| | | | | * wireless: remove unreachable codeAlan Cox2012-09-181-19/+1
| | | | * | NFC: Fix typo negociating -> negotiatingWaldemar Rymarkiewicz2012-09-251-5/+5
| | | | * | NFC: Don't handle consequent RSET frames after UAWaldemar Rymarkiewicz2012-09-251-7/+31
| | | | * | NFC: Handle RSET in SHDLC_CONNECTING stateWaldemar Rymarkiewicz2012-09-251-1/+2