summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann2016-12-172-3/+36
| * | | | | net: vrf: Drop conntrack data after pass through VRF device on TxDavid Ahern2016-12-171-0/+4
| * | | | | net: vrf: Fix NAT within a VRFDavid Ahern2016-12-171-2/+0
| * | | | | Merge branch 'cls_flower-mask'David S. Miller2016-12-171-1/+5
| |\ \ \ \ \
| | * | | | | net/sched: cls_flower: Use masked key when calling HW offloadsPaul Blakey2016-12-171-1/+1
| | * | | | | net/sched: cls_flower: Use mask for addr_typePaul Blakey2016-12-171-0/+4
| |/ / / / /
| * | | | | net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta2016-12-175-5/+195
| * | | | | ibmveth: calculate gso_segs for large packetsThomas Falcon2016-12-171-2/+10
| * | | | | net: qcom/emac: don't try to claim clocks on ACPI systemsTimur Tabi2016-12-171-0/+9
| * | | | | encx24j600: Fix some checkstyle warningsJeroen De Wachter2016-12-162-8/+25
| * | | | | encx24j600: bugfix - always move ERXTAIL to next packet in encx24j600_rx_packetsJeroen De Wachter2016-12-161-1/+2
| * | | | | Merge branch 'hisilicon-netdev-dev'David S. Miller2016-12-162-2/+2
| |\ \ \ \ \
| | * | | | | net: ethernet: hip04: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
| | * | | | | net: ethernet: hisi_femac: Call SET_NETDEV_DEV()Dongpo Li2016-12-161-1/+1
| |/ / / / /
| * | | | | net: dsa: mv88e6xxx: Fix opps when adding vlan bridgeAndrew Lunn2016-12-161-0/+6
| * | | | | net/3com/3c515: Fix timer handling, prevent leaks and crashesThomas Gleixner2016-12-161-7/+8
| * | | | | netlink: revert broken, broken "2-clause nla_ok()"Alexey Dobriyan2016-12-131-1/+2
| * | | | | virtio-net: correctly enable multiqueueJason Wang2016-12-131-1/+3
| |/ / / /
* | | | | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-1846-110/+120
|\ \ \ \ \
| * | | | | vfs: make generic_readlink() staticMiklos Szeredi2016-12-092-3/+2
| * | | | | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-0938-45/+0
| * | | | | vfs: default to generic_readlink()Miklos Szeredi2016-12-094-6/+23
| * | | | | vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-096-13/+35
| * | | | | proc/self: use generic_readlinkMiklos Szeredi2016-12-092-27/+2
| * | | | | ecryptfs: use vfs_get_link()Miklos Szeredi2016-12-091-17/+12
| * | | | | bad_inode: add missing i_op initializersMiklos Szeredi2016-12-091-4/+51
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-1864-509/+1027
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'work.autofs' into for-linusAl Viro2016-12-1613-75/+131
| |\ \ \ \ \ \
| | * | | | | | autofs - dont hold spin lock over direct mount expireIan Kent2016-12-041-7/+10
| | * | | | | | autofs - constify misc struct path instancesIan Kent2016-12-042-2/+2
| | * | | | | | vfs: remove unused have_submounts() functionIan Kent2016-12-042-34/+0
| | * | | | | | autofs: use path_has_submounts() to fix unreliable have_submount() checksIan Kent2016-12-043-11/+15
| | * | | | | | autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checksIan Kent2016-12-041-7/+7
| | * | | | | | autofs: change autofs4_wait() to take struct pathIan Kent2016-12-044-12/+15
| | * | | | | | autofs: change autofs4_expire_wait()/do_expire_wait() to take struct pathIan Kent2016-12-044-8/+11
| | * | | | | | vfs: add path_has_submounts()Ian Kent2016-12-042-0/+40
| | * | | | | | vfs: add path_is_mountpoint() helperIan Kent2016-12-043-0/+37
| | * | | | | | vfs: change d_manage() to take a struct pathIan Kent2016-12-035-12/+12
| * | | | | | | Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro2016-12-16208-903/+2175
| |\ \ \ \ \ \ \
| | * | | | | | | ocfs2: implement the VFS clone_range, copy_range, and dedupe_range featuresDarrick J. Wong2016-12-104-3/+474
| | * | | | | | | ocfs2: charge quota for reflinked blocksDarrick J. Wong2016-12-101-0/+7
| | * | | | | | | ocfs2: fix bad pointer castDarrick J. Wong2016-12-101-1/+1
| | * | | | | | | ocfs2: always unlock when completing dio writesDarrick J. Wong2016-12-101-4/+1
| | * | | | | | | ocfs2: don't eat io errors during _dio_end_io_writeDarrick J. Wong2016-12-101-6/+9
| | * | | | | | | ocfs2: budget for extent tree splits when adding refcount flagDarrick J. Wong2016-12-101-0/+3
| | * | | | | | | ocfs2: prohibit refcounted swapfilesDarrick J. Wong2016-12-101-0/+9
| | * | | | | | | ocfs2: add newlines to some error messagesDarrick J. Wong2016-12-101-2/+2
| | * | | | | | | ocfs2: convert inode refcount test to a helperDarrick J. Wong2016-12-106-29/+23
| | * | | | | | | vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong2016-12-103-204/+219
| | * | | | | | | fs: try to clone files first in vfs_copy_file_rangeChristoph Hellwig2016-12-105-40/+22
| | | |/ / / / / | | |/| | | | |