summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bridge: Fix br_should_learn to check vlan_enabledVlad Yasevich2014-09-151-1/+1
* net: fix creation adjacent device symlinksAlexander Y. Fomichev2014-09-151-7/+11
* net/phy: micrel: Disable asymmetric pause for KSZ9031Mike Looijmans2014-09-151-2/+1
* Merge branch 'bridge_vlan_filtering'David S. Miller2014-09-132-4/+17
|\
| * bridge: Allow clearing of pvid and untagged bitmapVlad Yasevich2014-09-131-0/+4
| * bridge: Check if vlan filtering is enabled only once.Vlad Yasevich2014-09-132-4/+13
|/
* bonding: fix div by zero while enslaving and transmittingNikolay Aleksandrov2014-09-131-3/+14
* Merge branch 'r8169-net'David S. Miller2014-09-131-2/+7
|\
| * r8169: fix setting rx vlanhayeswang2014-09-131-1/+1
| * r8169: fix the default setting of rx vlanhayeswang2014-09-131-1/+6
|/
* drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdevMugunthan V N2014-09-131-5/+24
* drivers: net: b44: Fix typo in returning multicast statsMark Einon2014-09-121-1/+1
* Merge tag 'master-2014-09-11' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-1217-43/+74
|\
| * Revert "ath9k: Calculate sleep duration"Sujith Manoharan2014-09-111-3/+2
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-09-0914-39/+65
| |\
| | * iwlwifi: mvm: fix an overflow in iwl_mvm_get_signal_strengthEyal Shapira2014-09-081-3/+3
| | * iwlwifi: add PCI IDs and add then new 3165 seriesOren Givon2014-09-083-0/+24
| | * iwlwifi: dvm: disable power save by defaultEmmanuel Grumbach2014-09-081-1/+1
| | * iwlwifi: mvm: BT Coex - always initialize smps_modeJohannes Berg2014-09-081-4/+3
| | * iwlwiwi: mvm: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach2014-09-082-5/+3
| | * iwlwifi: mvm: treat EAPOLs like mgmt frames wrt rateEyal Shapira2014-09-081-2/+6
| | * iwlwifi: mvm: correctly handle PM/QoS changes from mac80211Johannes Berg2014-09-081-5/+6
| | * iwlwifi: increase DEFAULT_MAX_TX_POWEREliad Peller2014-09-082-3/+3
| | * iwlwifi: mvm: fix endianity issues with Smart Fifo commandsEmmanuel Grumbach2014-09-082-3/+3
| | * iwlwifi: mvm: set MAC_FILTER_IN_BEACON correctly for STA/P2P clientLuciano Coelho2014-09-081-5/+5
| | * iwlwifi: mvm: BT Coex - remove shadowing variableJohannes Berg2014-09-081-2/+0
| | * iwlwifi: mvm: enable scheduled scan on newest firmwareEmmanuel Grumbach2014-09-011-6/+8
| * | Merge tag 'mac80211-for-john-2014-09-08' of git://git.kernel.org/pub/scm/linu...John W. Linville2014-09-092-1/+7
| |\ \
| | * | mac80211: use bss_conf->dtim_period instead of conf.ps_dtim_periodEmmanuel Grumbach2014-09-051-1/+1
| | * | nl80211: clear skb cb before passing to netlinkJohannes Berg2014-09-031-0/+6
* | | | Merge tag 'linux-can-fixes-for-3.17-20140911' of git://gitorious.org/linux-ca...David S. Miller2014-09-121-5/+5
|\ \ \ \
| * | | | can: flexcan: avoid calling usleep_range from interrupt contextDavid Jander2014-09-111-5/+5
* | | | | ipv6: clean up anycast when an interface is destroyedSabrina Dubroca2014-09-123-3/+27
* | | | | Merge branch 'arc_emac'David S. Miller2014-09-121-16/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | net: arc_emac: prevent reuse of unreclaimed tx descriptorsBeniamino Galvani2014-09-121-11/+32
| * | | | net: arc_emac: enable tx interruptsBeniamino Galvani2014-09-121-5/+5
|/ / / /
* | | | Documentation: filter: Add MIPS to architectures with BPF JITMarkos Chandras2014-09-101-3/+3
* | | | mlx4: Fix wrong endianess access with QP context flagsOr Gerlitz2014-09-101-1/+1
* | | | Merge branch 'mlx4'David S. Miller2014-09-106-15/+71
|\ \ \ \
| * | | | net/mlx4: Set vlan stripping policy by the right commandMatan Barak2014-09-105-7/+38
| * | | | net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak2014-09-101-7/+11
| * | | | net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak2014-09-101-1/+1
| * | | | net/mlx4: Correctly configure single ported VFs from the hostMatan Barak2014-09-101-0/+21
|/ / / /
* | | | drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdownMugunthan V N2014-09-101-0/+23
* | | | RxRPC: Fix missing __user annotationDavid Howells2014-09-091-1/+1
* | | | net:bonding: Add missing space in bonding driver parameter descriptionMasanari Iida2014-09-091-1/+1
* | | | net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha2014-09-091-0/+3
* | | | Merge branch 'oom_fixes'David S. Miller2014-09-082-26/+38
|\ \ \ \
| * | | | net: bcmgenet: check harder for out of memory conditionsFlorian Fainelli2014-09-081-14/+19
| * | | | net: systemport: check harder for out of memory conditionsFlorian Fainelli2014-09-081-12/+19
|/ / / /
OpenPOWER on IntegriCloud