summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Documentation: networking: dsa: Describe port_vlan_filteringFlorian Fainelli2016-05-251-0/+10
* Documentation: networking: dsa: Remove priv_size descriptionFlorian Fainelli2016-05-251-2/+0
* Documentation: networking: dsa: Remove poll_link descriptionFlorian Fainelli2016-05-251-5/+0
* sfc: on MC reset, clear PIO buffer linkage in TXQsEdward Cree2016-05-251-0/+16
* Merge branch 'hwbm-locking-fixes'David S. Miller2016-05-252-0/+4
|\
| * net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT2016-05-251-0/+3
| * net: mvneta: Fix lacking spinlock initializationGregory CLEMENT2016-05-251-0/+1
|/
* tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding2016-05-251-18/+93
* qed: Reset the enable flag for eth protocol.Sudarsana Reddy Kalluru2016-05-251-1/+1
* ethtool: add support for 25G/50G/100G speed modesVidya Sagar Ravipati2016-05-251-1/+10
* net sched actions: policer missing timestamp processingJamal Hadi Salim2016-05-242-1/+14
* net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-243-10/+8
* net/qlge: Avoids recursive EEH errorGavin Shan2016-05-241-1/+2
* ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-05-241-0/+1
* ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan2016-05-241-0/+2
* qed: signedness bug in qed_dcbx_process_tlv()Dan Carpenter2016-05-231-1/+2
* bpf, inode: disallow userns mountsDaniel Borkmann2016-05-231-1/+0
* MAINTAINERS: Add file patterns for net device tree bindingsGeert Uytterhoeven2016-05-231-0/+1
* ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-05-232-4/+8
* ptp: use memdup_user().Muhammad Falak R Wani2016-05-231-8/+3
* net: hns: avoid null pointer dereferencexypron.glpk@gmx.de2016-05-231-11/+0
* net/atm: sk_err_soft must be positiveStefan Hajnoczi2016-05-232-3/+3
* net: pegasus: simplify logical constraintxypron.glpk@gmx.de2016-05-231-1/+1
* Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-223-4/+147
|\
| * ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to itSteven Rostedt2016-05-201-1/+2
| * ftrace: Don't disable irqs when taking the tasklist_lock read_lockSoumya PN2016-05-201-3/+2
| * ftracetest: Add instance created, delete, read and enable event testSteven Rostedt (Red Hat)2016-05-091-0/+143
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2016-05-221-1/+2
|\ \
| * | m68k: change m68knommu maintainer email addressGreg Ungerer2016-05-101-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-05-2219-110/+147
|\ \ \
| * | | sparc64: Reduce TLB flushes during hugepte changesNitin Gupta2016-05-206-51/+97
| * | | aeroflex/greth: fix warning about unused variableSam Ravnborg2016-05-201-1/+1
| * | | openprom: fix warningSam Ravnborg2016-05-201-24/+16
| * | | Merge branch 'sparc32-cosmetic-changes'David S. Miller2016-05-2011-34/+33
| |\ \ \
| | * | | sparc32: drop superfluous cast in calls to __nocache_pa()Sam Ravnborg2016-05-202-3/+3
| | * | | sparc32: fix build with STRICT_MM_TYPECHECKSSam Ravnborg2016-05-205-11/+14
| | * | | sparc32: use proper prototype for trapbaseSam Ravnborg2016-05-203-5/+3
| | * | | sparc32: drop local prototype in kgdb_32Sam Ravnborg2016-05-201-2/+2
| | * | | sparc32: drop hardcoding trap_level in kgdb_trapSam Ravnborg2016-05-204-14/+12
| |/ / /
* | | | x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-224-31/+3
* | | | x86: remove pointless uaccess_32.h complexityLinus Torvalds2016-05-222-39/+1
* | | | Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...Linus Torvalds2016-05-2123-615/+1449
|\ \ \ \
| * | | | f2fs: fix to update dirty page count correctlyChao Yu2016-05-201-3/+4
| * | | | f2fs: flush pending bios right away when error occursJaegeuk Kim2016-05-205-13/+16
| * | | | f2fs: avoid ENOSPC fault in the recovery processJaegeuk Kim2016-05-201-0/+4
| * | | | f2fs: make exit_f2fs_fs more clearTiezhu Yang2016-05-181-5/+5
| * | | | f2fs: use percpu_counter for total_valid_inode_countJaegeuk Kim2016-05-182-14/+15
| * | | | f2fs: use percpu_counter for alloc_valid_block_countJaegeuk Kim2016-05-184-8/+14
| * | | | f2fs: use percpu_counter for # of dirty pages in inodeJaegeuk Kim2016-05-183-7/+12
| * | | | f2fs: use percpu_counter for page countersJaegeuk Kim2016-05-184-24/+52