summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: mac80211: Check SN for deactivated mpathsJesse Jones2015-07-171-0/+26
* mac80211: mesh: don't invalidate SN on discovery failureJesse Jones2015-07-171-1/+3
* mac80211: mesh: add missing case to PERR processingAlexis Green2015-07-171-2/+5
* mac80211: upgrade BW of TDLS peers when possibleArik Nemtsov2015-07-174-11/+132
* mac80211: define TDLS wider BW support bitsArik Nemtsov2015-07-175-7/+29
* mac80211: clear local->in_reconfig on reconfig errorEliad Peller2015-07-171-0/+1
* mac80211: allow passing NULL to ieee80211_vif_to_wdev()Johannes Berg2015-07-171-1/+6
* mac80211: avoid unnecessary beacon deref on CSA counter updateWojciech Dubowik2015-07-171-8/+14
* mac80211: move mesh STA parameters code to own functionJohannes Berg2015-07-171-56/+61
* mac80211: move mesh related station fields to own structJohannes Berg2015-07-178-176/+196
* mac80211: remove IEEE80211_RX_FRAGMENTEDJohannes Berg2015-07-172-4/+0
* mac80211: duplicate station's MAC address for hash tableJohannes Berg2015-07-172-2/+6
* mac80211: support device/driver PN check for CCMP/GCMPJohannes Berg2015-07-171-38/+45
* mac80211: remove key TX/RX counterJohannes Berg2015-07-174-7/+0
* mac80211: remove zero-length A-MPDU subframe reportingJohannes Berg2015-07-171-6/+1
* mac80211: don't store napi structJohannes Berg2015-07-173-25/+11
* mac80211: fix comment referring to RX queueJohannes Berg2015-07-171-1/+2
* mac80211: move ieee80211_get_bssid into RX fileJohannes Berg2015-07-173-51/+45
* mac80211: remove short frame test and counterJohannes Berg2015-07-173-7/+0
* mac80211: remove sta_info.gtk_idxJohannes Berg2015-07-172-3/+0
* mac80211: rename 'sta_inf' variable to more common 'sta'Johannes Berg2015-07-171-6/+6
* mac80211: remove exposing 'mfp' to driversJohannes Berg2015-07-172-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-07-1325-194/+242
|\
| * Merge tag 'linux-can-fixes-for-4.2-20150712' of git://git.kernel.org/pub/scm/...David S. Miller2015-07-123-8/+13
| |\
| | * can: replace timestamp as unique skb attributeOliver Hartkopp2015-07-123-8/+13
| * | net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli2015-07-111-1/+1
| * | net: dsa: Test array index before useFlorian Fainelli2015-07-111-2/+2
| |/
| * net: switchdev: don't abort unsupported operationsVivien Didelot2015-07-111-4/+8
| * net: inet_diag: always export IPV6_V6ONLY sockopt for listening socketsPhil Sutter2015-07-101-2/+2
| * bridge: mdb: allow the user to delete mdb entry if there's a querierSatish Ashok2015-07-101-9/+2
| * net: call rcu_read_lock early in process_backlogJulian Anastasov2015-07-101-16/+16
| * net: do not process device backlog during unregistrationJulian Anastasov2015-07-101-2/+4
| * bridge: fix potential crash in __netdev_pick_tx()Eric Dumazet2015-07-091-0/+1
| * net: pktgen: kill the "Wait for kthread_stop" code in pktgen_thread_worker()Oleg Nesterov2015-07-091-9/+2
| * net: pktgen: fix race between pktgen_thread_worker() and kthread_stop()Oleg Nesterov2015-07-091-1/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-07-095-29/+54
| |\
| | * netfilter: bridge: Use __in6_dev_get rather than in6_dev_get in br_validate_ipv6Julien Grall2015-07-081-1/+1
| | * netfilter: nfnetlink: keep going batch handling on missing modulesPablo Neira Ayuso2015-07-021-13/+25
| | * netfilter: bridge: don't leak skb in error pathsFlorian Westphal2015-07-021-4/+8
| | * netfilter: arptables: use percpu jumpstackFlorian Westphal2015-07-021-9/+16
| | * netfilter: bridge: fix CONFIG_NF_DEFRAG_IPV4/6 related warnings/errorsBernhard Thaler2015-07-021-1/+3
| | * netfilter: nf_queue: Don't recompute the hook_list headEric W. Biederman2015-07-021-1/+1
| * | ipv4: add support for linkdown sysctl to netconfAndy Gospodarek2015-07-081-0/+13
| * | bridge: mdb: zero out the local br_ip variable before useNikolay Aleksandrov2015-07-081-0/+2
| * | net/tipc: initialize security state for new connection socketStephen Smalley2015-07-081-0/+1
| * | ip_tunnel: fix ipv4 pmtu check to honor inner ip header dfTimo Teräs2015-07-081-3/+5
| * | rtnetlink: verify IFLA_VF_INFO attributes before passing them to driverDaniel Borkmann2015-07-081-91/+96
| * | Revert "dev: set iflink to 0 for virtual interfaces"Nicolas Dichtel2015-07-081-4/+0
| * | net: graceful exit from netif_alloc_netdev_queues()Eric Dumazet2015-07-081-1/+2
| * | bridge: mdb: start delete timer for temp static entriesSatish Ashok2015-07-081-0/+3