summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | irda: irnet: add member name to the miscdevice declarationLABBE Corentin2016-12-171-3/+3
| * | irda: irnet: Remove unused IRNET_MAJOR defineLABBE Corentin2016-12-171-3/+0Star
| * | irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin2016-12-172-1/+1
| * | irda: irnet: Move linux/miscdevice.h includeLABBE Corentin2016-12-172-1/+1
| * | irda: irproc.c: Remove unneeded linux/miscdevice.h includeLABBE Corentin2016-12-171-1/+0Star
| * | bpf: cgroup: annotate pointers in struct cgroup_bpf with __rcuDaniel Mack2016-12-171-1/+1
| * | Merge branch 'inet_csk_get_port-and-soreusport-fixes'David S. Miller2016-12-174-12/+20
| |\ \
| | * | inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-174-11/+19
| | * | inet: Don't go into port scan when looking for specific bind portTom Herbert2016-12-171-1/+1
| |/ /
| * | bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann2016-12-171-1/+1
| * | 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/+0Star
| * | 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/+2Star
| * | vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-0938-45/+0Star
| * | 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/+2Star
| * | ecryptfs: use vfs_get_link()Miklos Szeredi2016-12-091-17/+12Star
| * | 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/+0Star
| | * | | 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